projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f16b574
)
Print implementation used as diagnostic
Jonathan Yu [Sun, 10 Jan 2010 04:57:05 +0000 (23:57 -0500)]
t/060_basic_deferred.t
patch
|
blob
|
blame
|
history
diff --git
a/t/060_basic_deferred.t
b/t/060_basic_deferred.t
index
a93c890
..
c8bbe33
100644
(file)
--- 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;