[libdist-zilla-role-bootstrap-perl] 53/101: Spell satisfied right, allow --dev

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 378eac867e5bdeb9370fb4c7662cb43a1bf8e204
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Mon Nov 4 21:33:02 2013 +1300

    Spell satisfied right, allow --dev
---
 sterilize_env.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sterilize_env.pl b/sterilize_env.pl
index e55e126..5c98b9c 100644
--- a/sterilize_env.pl
+++ b/sterilize_env.pl
@@ -76,7 +76,7 @@ for my $perl_ver ( keys %{$extra_sterile} ) {
     diag("Running custom sterilization fixups");
     my $fixups = $extra_sterile->{$perl_ver};
     for my $dep ( @{ $fixups->{install} } ) {
-      cpanm( '--skip-satisified', '--quiet', '--notest', '--no-man-pages', $dep );
+      cpanm( '--skip-satisfied', '--dev', '--quiet', '--notest', '--no-man-pages', $dep );
     }
     if ( $fixups->{remove} ) {
       diag("Removing Bad things from all Config paths");

-- 
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