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-02 14:28:49 -0500
commit12df5eb28b4441de9222f171e6ca920cdb48f638 (patch)
treeed41e0b5806d8e77e82d150d113553e85c032103
parenta98d9ab01ba54da4e2311ab85cba51bf7a208788 (diff)
downloaduri-12df5eb28b4441de9222f171e6ca920cdb48f638.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";