more refined checks for version and authority
[gitmo/MooseX-Storage.git] / t / 005_w_versions_and_authority_check.t
index 8d99b02..9dba061 100644 (file)
@@ -94,14 +94,13 @@ dies_ok {
             }         
         }     
     );
-} '... could not unpack, versions are different';
+} '... could not unpack, versions are different ' . $@;
 
 Moose::Meta::Class->create('Bar', 
     version   => '0.01',
     authority => 'cpan:DSTATIC',
 );
 
-
 dies_ok {
     Foo->unpack(
         {