Tweak the abstracts for the two existing meta recipes
Dave Rolsky [Sat, 2 Aug 2008 02:05:39 +0000 (02:05 +0000)]
lib/Moose/Cookbook.pod
lib/Moose/Cookbook/Meta/Recipe2.pod
lib/Moose/Cookbook/Meta/Recipe3.pod

index f5bd6d4..cd089e4 100644 (file)
@@ -104,14 +104,14 @@ I<abstract goes here>
 
 I<abstract goes here>
 
-=item L<Moose::Cookbook::Meta::Recipe2> - The meta-attribute example
+=item L<Moose::Cookbook::Meta::Recipe2> - A meta-attribute, attributes with labels
 
 One way to extend Moose is to provide your own attribute
 metaclasses. Attribute metaclasses let you extend attribute
 declarations (with C<has>) and behavior to provide additional
 attribute functionality.
 
-=item L<Moose::Cookbook::Meta::Recipe3> - The meta-attribute trait example
+=item L<Moose::Cookbook::Meta::Recipe3> - Labels implemented via attribute traits
 
 Extending Moose's attribute metaclass is a great way to add
 functionality. However, attributes can only have one metaclass.
index 75b1f93..d5f3754 100644 (file)
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Moose::Cookbook::Meta::Recipe2 - The meta-attribute example
+Moose::Cookbook::Meta::Recipe2 - A meta-attribute, attributes with labels
 
 =head1 SYNOPSIS
 
index ccccdd2..329a410 100644 (file)
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Moose::Cookbook::Meta::Recipe3 - The attribute trait example
+Moose::Cookbook::Meta::Recipe3 - Labels implemented via attribute traits
 
 =head1 SYNOPSIS