diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-04 20:43:06 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-04 20:43:06 +0000 |
commit | afc84285822008bca64df374095b8c8f15cfb329 (patch) | |
tree | 822137a1593e265b745bd78c77fd7714b40cb7b0 /dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild | |
parent | d19a70cd7cfc855fe137611c755dd72110fc4cb2 (diff) | |
download | slackbuilds-afc84285822008bca64df374095b8c8f15cfb329.tar.gz slackbuilds-afc84285822008bca64df374095b8c8f15cfb329.tar.bz2 |
perl modules small fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@807 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild')
-rwxr-xr-x | dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild b/dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild index 41078ff9..e368ce25 100755 --- a/dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild +++ b/dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild @@ -26,7 +26,7 @@ if [ -f "~/.slackbuildrc" ]; then fi # default settings -NAME="Regexp-Common" +NAME="Regexp::Common" PACKAGE="perl-`echo $NAME | sed -e 's/::/-/g' | tr '[:upper:]' '[:lower:]'`" TMP=${TMP:=/tmp} VERSION=${VERSION:=2.120} |