diff options
author | David Somero <dsomero@hotmail.com> | 2013-11-05 19:56:28 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-06 01:00:02 -0600 |
commit | 6681b5ecfaac1e0d0e35f97798bc6e41df5dd8e5 (patch) | |
tree | 723831b759df20d4cb68b61bbc98327688642e92 /perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild | |
parent | 11f533fcb1a927969011824006a5b48695246e3e (diff) | |
download | slackbuilds-6681b5ecfaac1e0d0e35f97798bc6e41df5dd8e5.tar.gz |
perl/perl-Sub-Exporter: Updated for version 0.986.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild')
-rw-r--r-- | perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild b/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild index 748f476d7e..9aea3b4fe5 100644 --- a/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild +++ b/perl/perl-Sub-Exporter/perl-Sub-Exporter.SlackBuild @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Sub-Exporter -VERSION=${VERSION:-0.982} +VERSION=${VERSION:-0.986} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |