X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F005_strict.t;h=206cb64852ad1efc7c47effa5b97ee997685708d;hp=8a8d634fdd1e7b1778fb813cbe180d158ed87698;hb=6634c7e22aaaeeeafaf479f03c19133e7922954d;hpb=20e8e3c529150842a0e30aa87f917d30f676891e diff --git a/t/005_strict.t b/t/005_strict.t index 8a8d634..206cb64 100644 --- a/t/005_strict.t +++ b/t/005_strict.t @@ -70,14 +70,6 @@ BEGIN { isa => 'Int', default => 713 ); - - has '_private_stuff_cmdline' => ( - is => 'ro', - isa => 'Int', - default => 832, - cmd_flag => 'p', - ); - } {