X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F019_moose_octal_defaults.t;fp=t%2F100_bugs%2F019_moose_octal_defaults.t;h=01293fbc06e2da65dfbc1a7f6eef20f23ce83bc7;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hp=1766946dcf2e1493a395355437d6b3f099f0c6f1;hpb=0bdc9d38dfd3de07aad929f6629f8fa65d434c27;p=gitmo%2FMouse.git diff --git a/t/100_bugs/019_moose_octal_defaults.t b/t/100_bugs/019_moose_octal_defaults.t index 1766946..01293fb 100644 --- a/t/100_bugs/019_moose_octal_defaults.t +++ b/t/100_bugs/019_moose_octal_defaults.t @@ -1,5 +1,8 @@ #!/usr/bin/env perl -use Test::More tests => 10; +# This is automatically generated by author/import-moose-test.pl. +# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! +use t::lib::MooseCompat; +use Test::More; { my $package = qq{ @@ -115,3 +118,5 @@ __PACKAGE__->meta->make_immutable; my $obj = Test::Mouse::Go::Boom5->new; ::is( $obj->id, '0 but true', 'value is still the same' ); } + +done_testing;