mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
perl: display module version
This commit is contained in:
parent
3275eee281
commit
bb455c1f71
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue