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