added links to the traits
Todd Hepler [Thu, 1 May 2008 15:41:20 +0000 (15:41 +0000)]
ChangeLog
lib/MooseX/Getopt.pm

index 7efb4d8..874a5c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@ Revision history for Perl extension MooseX-Getopt
         been loaded from config (MooseX::ConfigFromFile)
       - Support for MooseX::ConfigFromFile shouldn't require
         that role be added at the same level as Getopt.
+      - fixed miscapitalization of NoGetopt in the docs
+      - added links to the traits in the docs
 
 0.12 Fri. March 14, 2008
     ~~ updated copyright dates ~~
index 3c0f308..a6ea8b9 100644 (file)
@@ -242,10 +242,12 @@ of your attribute as the command line option, and if there is a type
 constraint defined, it will configure Getopt::Long to handle the option
 accordingly.
 
-You can use the attribute metaclass L<MooseX::Getopt::Meta::Attribute>
-to get non-default commandline option names and aliases.
+You can use the trait L<MooseX::Getopt::Meta::Attribute::Trait> or the
+attribute metaclass L<MooseX::Getopt::Meta::Attribute> to get non-default
+commandline option names and aliases.
 
-You can use the attribute metaclass L<MooseX::Getopt::Meta::Attribute::NoGetopt>
+You can use the trait L<MooseX::Getopt::Meta::Attribute::Trait::NoGetopt>
+or the attribute metaclass L<MooseX::Getopt::Meta::Attribute::NoGetopt>
 to have C<MooseX::Getopt> ignore your attribute in the commandline options.
 
 By default, attributes which start with an underscore are not given