Classmopattribute attribute

August 3rd, 2008

Classmopattribute attribute

Class::MOP::Attribute
Attribute Meta Object ... Class::MOP::Attribute->new( foo => ( accessor => 'foo', # dual purpose get/set accessor predicate => 'has_foo' # predicate check for ... (more...)

[Bug 205318] Review Request: perl-Class-MOP - Class::MOP Perl module
... spec legible * source match upstream 88ae60fc9fe161598739f3de59d6932e Class-MOP-0.34.tar.gz * sane provides Provides: perl(Class::MOP) = 0.34 perl(Class::MOP::Attribute) = 0.12 ... (more...)

Class::MOP::Attribute - Attribute Meta Object - search.cpan.org
NAME . Class::MOP::Attribute - Attribute Meta Object. SYNOPSIS Class::MOP::Attribute->new( foo => ( accessor => 'foo', # dual purpose get/set accessor predicate ... (more...)

Profile: /usr/lib/perl5/site_perl/5.8.8/Moose/Meta/Attribute.pm
18: use base 'Class::MOP::Attribute'; 19: 20 # options which are not directly used: 21 # but we store them for metadata purposes: 22 __PACKAGE__->meta->add_attribute('isa' => (reader ... (more...)

Profile: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Class ...
File /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Class/MOP/Attribute.pm: Statements Executed: 1935 Total Time: 0.0314377 seconds (more...)

Class::MOP::Attribute - Attribute Meta Object - search.cpan.org
NAME . Class::MOP::Attribute - Attribute Meta Object. SYNOPSIS Class::MOP::Attribute->new('$foo' => ( accessor => 'foo', # dual purpose get/set accessor predicate ... (more...)

CVS commit: pkgsrc/devel/p5-MooseX-ClassAttribute
Upstream changes: 0.07 2008-11-10 - Fixed a bug where class attributes did not honor the Class::MOP::Attribute properly, so things that used it directly failed. (more...)

revision: /moose (Rev: 4249, via SVN::Web)
426,7 +426,7 @@ } else { (Class::MOP::Attribute::is_default_a_coderef(\%options)) || confess("References are not allowed as default values, you must ". - "wrap then in a CODE ... (more...)

CVS commit: pkgsrc/devel/p5-Moose
... 14, 2008 * Moose - Add abridged documentation for builder/default/initializer/ predicate, and link to more details sections in Class::MOP::Attribute. (t0m ... (more...)

Programming with Moose/Syntax/has - Wikibooks, collection of open ...
The initializer sub receives receives four values: $self, $value, $writerSubRef, $attributeMeta. With $attributeMeta probably being an instance of Class::MOP::Attribute. (more...)

Close
E-mail It