Skip to content

Commit

Permalink
print version of bigint implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Apr 12, 2015
1 parent 79037ea commit d1b97d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/001_load.t
Expand Up @@ -6,4 +6,6 @@ BEGIN { use_ok( 'DateTime::Format::Epoch' ); }

diag("==> DateTime version = $DateTime::VERSION");
diag("==> Math::BigInt version = $Math::BigInt::VERSION");
diag("==> Math::BigInt lib = ".Math::BigInt->config()->{lib});
my $lib = Math::BigInt->config()->{lib};
diag("==> Math::BigInt lib = ".$lib);
diag("==> $lib version =". $lib->VERSION());

0 comments on commit d1b97d0

Please sign in to comment.