Print implementation used as diagnostic
[gitmo/MooseX-Storage.git] / 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;