perl: display module version

This commit is contained in:
Tokuhiro Matsuno 2009-07-30 13:29:24 +09:00
parent 3275eee281
commit bb455c1f71

View File

@ -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;