[carton] 451/472: Fatal warnings during system() or exec() call

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:35 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 40a7231f0a08fff8ce8519fb371eb1a1b697410a
Author: Jonathan Steinert <hachi at fastly.com>
Date:   Mon Apr 27 22:49:07 2015 +0000

    Fatal warnings during system() or exec() call
---
 lib/Carton/CLI.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Carton/CLI.pm b/lib/Carton/CLI.pm
index c1caf3d..aa4dcf5 100644
--- a/lib/Carton/CLI.pm
+++ b/lib/Carton/CLI.pm
@@ -387,6 +387,7 @@ sub cmd_exec {
     local $ENV{PERL5LIB} = "$path/lib/perl5";
     local $ENV{PATH} = "$path/bin:$ENV{PATH}";
 
+    use warnings FATAL => 'all';
     $UseSystem ? system(@args) : exec(@args);
 }
 

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



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