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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
