diff options
author | xocel <xocel@iquidus.org> | 2013-01-05 12:55:49 +1300 |
---|---|---|
committer | xocel <xocel@iquidus.org> | 2013-01-05 12:55:49 +1300 |
commit | 6ab8aecc0a9e01b970ceed7a2b2e3dd9f68b1012 (patch) | |
tree | 55f27a939179b049c8858bb4017a56b6afc413be | |
parent | 3dfa9294421bcf117265692294c0c72c41711ac4 (diff) | |
download | sbotools2-6ab8aecc0a9e01b970ceed7a2b2e3dd9f68b1012.tar.xz |
replaced =~ s/^perl-//g; with =~ ...
-rwxr-xr-x | sboupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -331,7 +331,7 @@ FIRST: for my $sbo (@$build_queue) { next FIRST; } else { my $pm_name = $name; - $name =~ s/^perl-//g; + $pm_name =~ s/^perl-//g; if (/$pm_name/i ~~ @$pms) { say "$name installed via the cpan." unless $force; next FIRST; |