Add support for :all on MooseX::Types::Combine
[gitmo/MooseX-Types.git] / t / 18_combined_libs.t
index 6ef2191..976d924 100644 (file)
@@ -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();