X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FMeta%2FAttribute.pm;h=fe53a14c4e793f3467d3676527b28848ff969070;hb=ede2de16018159d8e1d70f53aedece5ae2d4f299;hp=70aaa615a3687006273dc2d02afa009a5d4aa46c;hpb=75c37b0c2063f0029600645a9dff111631b87816;p=gitmo%2FMooseX-Getopt.git diff --git a/lib/MooseX/Getopt/Meta/Attribute.pm b/lib/MooseX/Getopt/Meta/Attribute.pm index 70aaa61..fe53a14 100644 --- a/lib/MooseX/Getopt/Meta/Attribute.pm +++ b/lib/MooseX/Getopt/Meta/Attribute.pm @@ -56,7 +56,7 @@ now it works for those who might need such a feature. You should rarely need to explicitly set the attribute metaclass. It is much preferred to simply provide a trait (a role applied to the attribute -metaclass), which allows other code to futher modify the attribute by applying +metaclass), which allows other code to further modify the attribute by applying additional roles. Therefore, you should first try to do this: