[libmoosex-has-sugar-perl] 60/120: Fix some minor formatting niggles

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 21:35:10 UTC 2014


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

intrigeri pushed a commit to annotated tag 0.05070422-source
in repository libmoosex-has-sugar-perl.

commit 52bb503e74891bd1b53bad9b31412e299a40373d
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Wed Oct 30 21:03:14 2013 +1300

    Fix some minor formatting niggles
---
 script.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script.pl b/script.pl
index 7a9d3e2..67ae282 100644
--- a/script.pl
+++ b/script.pl
@@ -13,11 +13,11 @@ if ( not env_exists('TRAVIS') ) {
   exit 1;
 }
 if ( not env_exists('STERILIZE_ENV') ) {
-  diag("\e[31STERILIZE_ENV is not set, skipping, because this is probably Travis's Default ( and unwanted ) target");
+  diag("\e[31mSTERILIZE_ENV is not set, skipping, because this is probably Travis's Default ( and unwanted ) target");
   exit 0;
 }
 if ( env_is( 'TRAVIS_BRANCH', 'master' ) and env_is( 'TRAVIS_PERL_VERSION', '5.8' ) ) {
-  diag("\e[31script skipped on 5.8 on master, because \@Git, a dependency of \@Author::KENTNL, is unavailble on 5.8\e[0m");
+  diag("\e[31mscript skipped on 5.8 on master\e[32m, because \@Git, a dependency of \@Author::KENTNL, is unavailble on 5.8\e[0m");
   exit 0;
 }
 if ( env_is( 'TRAVIS_BRANCH', 'master' ) ) {

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



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