- or download this
my %name : ATTR;
...
use attributes ();
my %name;
attributes::->import(__PACKAGE__, \%name, 'ATTR');
- or download this
sub MODIFY_HASH_ATTRIBUTES {
my ($package, $referent, @attrs) = @_;
...
- or download this
if ($getter = _extract_get($config)) {
no strict 'refs';
...
return $referent->{ID($_[0])};
}
}