mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-18 20:38:00 +01:00
perl: display module version
This commit is contained in:
parent
3275eee281
commit
bb455c1f71
@ -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…
x
Reference in New Issue
Block a user