projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7a02432
)
Include CMOP and Moose versions in the dependency display
Shawn M Moore [Sun, 19 Oct 2008 06:45:00 +0000 (06:45 +0000)]
t/000-load.t
patch
|
blob
|
blame
|
history
diff --git
a/t/000-load.t
b/t/000-load.t
index
a78968a
..
e7d3343
100644
(file)
--- a/
t/000-load.t
+++ b/
t/000-load.t
@@
-19,3
+19,7
@@
for my $module_name (keys %Mouse::Util::loaded) {
diag " $module_name: $version";
}
+eval { require Moose };
+no warnings 'uninitialized';
+diag " Class::MOP: $Class::MOP::VERSION";
+diag " Moose: $Moose::VERSION";