Print implementation used as diagnostic
Jonathan Yu [Sun, 10 Jan 2010 04:57:05 +0000 (23:57 -0500)]
t/060_basic_deferred.t

index a93c890..c8bbe33 100644 (file)
@@ -18,6 +18,8 @@ BEGIN {
     use_ok('MooseX::Storage');
 }
 
+diag('Using implementation: ', YAML::Any->implementation);
+
 {
 
     package Foo;