X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FStrict.pm;h=8d9d2b7a69219ae993c64f2f311c76effced9881;hp=8241b149df6d802c01a3f12b868d5ea54a457578;hb=a9e27700692fd9cd3c6b83deb3718d199c1646d0;hpb=d91beb80cd2e77c78a0e432a896605d2750aafb6 diff --git a/lib/MooseX/Getopt/Strict.pm b/lib/MooseX/Getopt/Strict.pm index 8241b14..8d9d2b7 100644 --- a/lib/MooseX/Getopt/Strict.pm +++ b/lib/MooseX/Getopt/Strict.pm @@ -3,7 +3,7 @@ package MooseX::Getopt::Strict; use Moose::Role; -with 'MooseX::Getopt'; +with 'MooseX::Getopt' => { getopt_conf => [] }; around '_compute_getopt_attrs' => sub { my $next = shift; @@ -23,4 +23,7 @@ This is an stricter version of C which only processes the attributes if they explicitly set as C attributes. All other attributes are ignored by the command line handler. +Also, no L global option is activated. Especially, 'pass_through' is +not set. + =cut