X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FMouse%2FMeta%2FAttribute%2FCustom%2FTrait%2FFoo.pm;fp=t%2Flib%2FMouse%2FMeta%2FAttribute%2FCustom%2FTrait%2FFoo.pm;h=76b2d9d92d6ea9f4dfb8dbefd5bb221e5f057593;hb=1eb43e0a41287a5b7de774527e379f9ed57e7e21;hp=0000000000000000000000000000000000000000;hpb=1743c0265b257d34b872f580311233b64d89d535;p=gitmo%2FMouse.git diff --git a/t/lib/Mouse/Meta/Attribute/Custom/Trait/Foo.pm b/t/lib/Mouse/Meta/Attribute/Custom/Trait/Foo.pm new file mode 100644 index 0000000..76b2d9d --- /dev/null +++ b/t/lib/Mouse/Meta/Attribute/Custom/Trait/Foo.pm @@ -0,0 +1,8 @@ +package Mouse::Meta::Attribute::Custom::Trait::Foo; +# 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 Mouse::Role; + +1;