From: Dave Rolsky Date: Sat, 2 Aug 2008 02:05:39 +0000 (+0000) Subject: Tweak the abstracts for the two existing meta recipes X-Git-Tag: 0_55~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43aa5bf9dc7789a424aa69d6bac3ff456a979480;p=gitmo%2FMoose.git Tweak the abstracts for the two existing meta recipes --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index f5bd6d4..cd089e4 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -104,14 +104,14 @@ I I -=item L - The meta-attribute example +=item L - 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) and behavior to provide additional attribute functionality. -=item L - The meta-attribute trait example +=item L - Labels implemented via attribute traits Extending Moose's attribute metaclass is a great way to add functionality. However, attributes can only have one metaclass. diff --git a/lib/Moose/Cookbook/Meta/Recipe2.pod b/lib/Moose/Cookbook/Meta/Recipe2.pod index 75b1f93..d5f3754 100644 --- a/lib/Moose/Cookbook/Meta/Recipe2.pod +++ b/lib/Moose/Cookbook/Meta/Recipe2.pod @@ -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 diff --git a/lib/Moose/Cookbook/Meta/Recipe3.pod b/lib/Moose/Cookbook/Meta/Recipe3.pod index ccccdd2..329a410 100644 --- a/lib/Moose/Cookbook/Meta/Recipe3.pod +++ b/lib/Moose/Cookbook/Meta/Recipe3.pod @@ -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