X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F18_combined_libs.t;h=976d92477cb9bf5314269a6d83b2b5b9c47c4666;hb=be4acfcc5d2506856b9ccb9ed6df4f5e1fb49a49;hp=6ef21916bc6d55aee57b444126c9dd10f11b8b9f;hpb=a344ca961b0a3507cfb5a4fc142c3d89c0bea1c7;p=gitmo%2FMooseX-Types.git diff --git a/t/18_combined_libs.t b/t/18_combined_libs.t index 6ef2191..976d924 100644 --- a/t/18_combined_libs.t +++ b/t/18_combined_libs.t @@ -36,4 +36,6 @@ qr/\Qmain asked for a type (NonExistentType) which is not found in any of the ty 'cannot combine types from a package which does not exist'; } +is exception { 'Combined'->import(':all') }, undef, ':all syntax works'; + done_testing();