diff options
| author | Tokuhiro Matsuno <tokuhirom@gmail.com> | 2009-07-30 13:29:24 +0900 |
|---|---|---|
| committer | Tokuhiro Matsuno <tokuhirom@gmail.com> | 2009-07-30 13:29:24 +0900 |
| commit | bb455c1f71e859122e55673d23e8f1311852a82c (patch) | |
| tree | 38962621d8533022800fdbafd577bfb957091af4 | |
| parent | 3275eee28173e9c4d00641204ab966e7fa278dcd (diff) | |
| download | msgpack-python-bb455c1f71e859122e55673d23e8f1311852a82c.tar.gz | |
perl: display module version
| -rw-r--r-- | perl/benchmark/size.pl | 5 |
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; + |
