[libdist-zilla-plugin-test-eol-perl] 01/13: at long last, drop the use of fatal warnings in tests

Intrigeri intrigeri at moszumanska.debian.org
Sun Aug 16 09:20:34 UTC 2015


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

intrigeri pushed a commit to annotated tag 0.17
in repository libdist-zilla-plugin-test-eol-perl.

commit 4a08776546afa99496c8fc360f92235b96d7e1a1
Author: Karen Etheridge <ether at cpan.org>
Date:   Thu Jan 29 17:51:07 2015 -0800

    at long last, drop the use of fatal warnings in tests
---
 t/01-basic.t    | 2 +-
 t/02-eoltests.t | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/01-basic.t b/t/01-basic.t
index b78ea37..b4e048f 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -1,5 +1,5 @@
 use strict;
-use warnings FATAL => 'all';
+use warnings;
 
 use Test::More;
 use Test::Warnings 0.009 ':no_end_test', ':all';
diff --git a/t/02-eoltests.t b/t/02-eoltests.t
index 9d028ae..50e5ff3 100644
--- a/t/02-eoltests.t
+++ b/t/02-eoltests.t
@@ -1,5 +1,5 @@
 use strict;
-use warnings FATAL => 'all';
+use warnings;
 
 # this is just like t/01-basic.t except we use [EOLTests].
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git



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