2 Commits

Author SHA1 Message Date
Jay Larson
2dce4dc009 Corrected version number 2020-08-16 16:52:35 -05:00
Jay Larson
b2fa82dd6f Removed temp files and created 0.0alpha1 branch 2020-08-16 16:32:54 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ our @EXPORT = qw(
$sl
);
our $VERSION = '0.17';
our $VERSION = '0.18';
############################################################
#

View File

@@ -633,7 +633,7 @@ elsif ( $command eq 'install' ) {
$string = "coreutils $string";
}
if ( ! installed( 'sl-base' ) ) {
$string =~ s/(^|\s*)sl-base(\s*|$)//g;
$string =~ 's/(^|\s+)sl-base(\s+|$)//g';
$string = "sl-base $string";
}