summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTokuhiro Matsuno <tokuhirom@gmail.com>2009-07-30 13:29:24 +0900
committerTokuhiro Matsuno <tokuhirom@gmail.com>2009-07-30 13:29:24 +0900
commitbb455c1f71e859122e55673d23e8f1311852a82c (patch)
tree38962621d8533022800fdbafd577bfb957091af4
parent3275eee28173e9c4d00641204ab966e7fa278dcd (diff)
downloadmsgpack-python-bb455c1f71e859122e55673d23e8f1311852a82c.tar.gz
perl: display module version
-rw-r--r--perl/benchmark/size.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/benchmark/size.pl b/perl/benchmark/size.pl
index 928daca..cf5c1ce 100644
--- a/perl/benchmark/size.pl
+++ b/perl/benchmark/size.pl
@@ -29,4 +29,9 @@ for my $src (@entries) {
);
}
+print "perl: $]\n";
+print "Storable: $Storable::VERSION\n";
+print "Data::MessagePack: $Data::MessagePack::VERSION\n";
+print "\n";
print $table->draw;
+