From: t0m Date: Sun, 5 Jul 2009 23:50:02 +0000 (+0100) Subject: Fix warnings X-Git-Tag: 0_19~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=6634c7e22aaaeeeafaf479f03c19133e7922954d Fix warnings --- diff --git a/ChangeLog b/ChangeLog index 3a0007c..5317faa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX-Getopt + * Tests + - Fix warning from tests with new Moose (t0m) + 0.18 Thu. April 9 2009 * MooseX::Getopt::Dashes - New module, for converting undercores to dashes (ilmari) 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', - ); - } {