X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F020_attributes%2F003_attribute_accessor_generation.t;fp=t%2F020_attributes%2F003_attribute_accessor_generation.t;h=4b8620b4415efa7c70731bc6bfe59c85626920ac;hp=c2dbb593c050d58b730ac418af6e7a92b0e0057a;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hpb=8845df4dd6432e3164d078ade741409061adae9f diff --git a/t/020_attributes/003_attribute_accessor_generation.t b/t/020_attributes/003_attribute_accessor_generation.t index c2dbb59..4b8620b 100644 --- a/t/020_attributes/003_attribute_accessor_generation.t +++ b/t/020_attributes/003_attribute_accessor_generation.t @@ -1,17 +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; +use Test::More tests => 57; use Test::Exception; use Scalar::Util 'isweak'; + { package Foo; use Mouse; @@ -206,4 +204,5 @@ use Scalar::Util 'isweak'; is_deeply( \%hash, { foo => 1, bar => 2 }, "list context"); } -done_testing; + +