[libtype-tiny-perl] 04/06: fix Exporter::Tiny-related warning in test case

Jonas Smedegaard dr at jones.dk
Wed Oct 29 19:42:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 1.000005
in repository libtype-tiny-perl.

commit cbca150c5d58139d094dbb3ed1b31e3d4de67d0b
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Oct 25 19:49:59 2014 +0100

    fix Exporter::Tiny-related warning in test case
---
 t/30-integration/match-simple/basic.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/30-integration/match-simple/basic.t b/t/30-integration/match-simple/basic.t
index a9d7b47..e35ce5f 100644
--- a/t/30-integration/match-simple/basic.t
+++ b/t/30-integration/match-simple/basic.t
@@ -28,7 +28,7 @@ use Test::Requires 'match::simple';
 use Test::Fatal;
 
 use Types::Standard -all;
-use match::simple;
+use match::simple { replace => 1 };
 
 ok( 42 |M| Int );
 ok( 42 |M| Num );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list