mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +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;
|
print $table->draw;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user