X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_basics%2F004_inner_and_augment.t;h=29f3a80d95e46b603dd47039fc6604a21fb6cbfa;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hp=14c4de1ec2fdc122e1f514f25fdfe046cf552c13;hpb=0bdc9d38dfd3de07aad929f6629f8fa65d434c27;p=gitmo%2FMouse.git diff --git a/t/010_basics/004_inner_and_augment.t b/t/010_basics/004_inner_and_augment.t index 14c4de1..29f3a80 100644 --- a/t/010_basics/004_inner_and_augment.t +++ b/t/010_basics/004_inner_and_augment.t @@ -1,13 +1,15 @@ #!/usr/bin/perl +# 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 strict; use warnings; -use Test::More tests => 16; +use Test::More; use Test::Exception; - { package Foo; use Mouse; @@ -84,3 +86,4 @@ is($foo->baz(), 'Foo::baz()', '... got the right value from &baz'); } +done_testing;