From: Jonathan Yu Date: Sun, 10 Jan 2010 04:57:05 +0000 (-0500) Subject: Print implementation used as diagnostic X-Git-Tag: 0.24~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=commitdiff_plain;h=f5f21f1d7a779ab86ca5981ae3e716effd8325ca 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;