From 0f4a313f42df8c34e4b84b7754b8c2b88ec9f505 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Tue, 2 Mar 2021 14:25:25 -0500 Subject: Make Business::ISBN 3.005 a requirement for testing --- t/urn-isbn.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.1