[libdist-zilla-role-bootstrap-perl] 45/101: Fix some minor formatting niggles
Axel Beckert
abe at deuxchevaux.org
Sat Aug 8 11:58:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to annotated tag 0.2.2-source
in repository libdist-zilla-role-bootstrap-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/libdist-zilla-role-bootstrap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list