mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-28 11:31:55 +01:00
perl: display module version
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user