]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - t/util.t
Fix test fail with older versions of Time::Piece
[chaz/p5-File-KDBX] / t / util.t
index 5c26c9d3d5fb4471e66827a052200cefacd0a5c6..a785b2f7ce1c7dde8f51b270f59474e153daa1d7 100644 (file)
--- a/t/util.t
+++ b/t/util.t
@@ -7,7 +7,7 @@ use lib 't/lib';
 use TestCommon;
 
 use File::KDBX::Util qw(:all);
-use Math::BigInt 1.999808;
+use Math::BigInt;
 use Scalar::Util qw(blessed);
 use Test::More;
 
This page took 0.017934 seconds and 4 git commands to generate.