projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0a0814d
)
display module version in benchmark script
Tokuhiro Matsuno [Sat, 6 Dec 2008 06:49:57 +0000 (06:49 +0000)]
author/benchmark.pl
patch
|
blob
|
blame
|
history
diff --git
a/author/benchmark.pl
b/author/benchmark.pl
index
a7832e2
..
bdc3de7
100644
(file)
--- a/
author/benchmark.pl
+++ b/
author/benchmark.pl
@@
-17,6
+17,9
@@
for my $klass (qw/Moose Mouse/) {
die $@ if $@;
}
+print "Class::MOP: $Class::MOP::VERSION\n";
+print "Moose: $Moose::VERSION\n";
+print "Mouse: $Mouse::VERSION\n";
print "---- new\n";
cmpthese(
100000 => {