foo
Stevan Little [Sun, 24 Sep 2006 00:50:44 +0000 (00:50 +0000)]
lib/Class/MOP.pm
lib/Class/MOP/Attribute.pm

index e0f32e8..ce73d0c 100644 (file)
@@ -673,6 +673,16 @@ L<http://citeseer.ist.psu.edu/37617.html>
 
 =back
 
+=head2 Article 
+
+=over 4
+
+=item CPAN Module Review of Class::MOP 
+
+L<http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html>
+
+=back
+
 =head1 SIMILAR MODULES
 
 As I have said above, this module is a class-builder-builder, so it is 
index 8a51a5c..c14eca3 100644 (file)
@@ -33,6 +33,7 @@ sub new {
         
     (defined $name && $name)
         || confess "You must provide a name for the attribute";
+        
     $options{init_arg} = $name 
         if not exists $options{init_arg};