From: Tokuhiro Matsuno Date: Sat, 6 Dec 2008 06:49:57 +0000 (+0000) Subject: display module version in benchmark script X-Git-Tag: 0.19~136^2~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd034272808d9006bf0f929e5d28ee9dd4c1d3f8;p=gitmo%2FMouse.git display module version in benchmark script --- diff --git a/author/benchmark.pl b/author/benchmark.pl index a7832e2..bdc3de7 100644 --- 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 => {