From: Jonathan Yu Date: Sun, 10 Jan 2010 04:57:05 +0000 (-0500) Subject: Print implementation used as diagnostic X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c8dc42c86e13dbdeb2c884006e4b190dab65c54;p=gitmo%2FMooseX-Storage.git Print implementation used as diagnostic --- diff --git a/t/060_basic_deferred.t b/t/060_basic_deferred.t index a93c890..c8bbe33 100644 --- a/t/060_basic_deferred.t +++ b/t/060_basic_deferred.t @@ -18,6 +18,8 @@ BEGIN { use_ok('MooseX::Storage'); } +diag('Using implementation: ', YAML::Any->implementation); + { package Foo;