summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2021-03-02 14:25:25 -0500
committerOlaf Alders <olaf@wundersolutions.com>2021-03-03 10:14:59 -0500
commit0f4a313f42df8c34e4b84b7754b8c2b88ec9f505 (patch)
treeed41e0b5806d8e77e82d150d113553e85c032103
parent3bcb6177247973c4286371e4a3d04291b9668c3e (diff)
downloaduri-0f4a313f42df8c34e4b84b7754b8c2b88ec9f505.tar.gz
Make Business::ISBN 3.005 a requirement for testing
-rw-r--r--t/urn-isbn.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/urn-isbn.t b/t/urn-isbn.t
index 18136ef..a27a52d 100644
--- a/t/urn-isbn.t
+++ b/t/urn-isbn.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::Needs 'Business::ISBN';
+use Test::Needs { 'Business::ISBN' => 3.005 };
print "1..13\n";