diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2013-06-05 12:03:16 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-06-05 12:03:16 -0400 |
commit | 224e6b83f682e23ff5cea4de639820b40e2058e7 (patch) | |
tree | 59aa075ca7aa7ee834c5207691c2366d2a392898 /perl/perl-CPANPLUS-Dist-Slackware/perl-CPANPLUS-Dist-Slackware.SlackBuild | |
parent | 7f715154afcde523c276fd734c3c93f8dc0f7c0f (diff) | |
download | slackbuilds-224e6b83f682e23ff5cea4de639820b40e2058e7.tar.gz |
perl/perl-CPANPLUS-Dist-Slackware: Updated for version 1.011.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-CPANPLUS-Dist-Slackware/perl-CPANPLUS-Dist-Slackware.SlackBuild')
-rw-r--r-- | perl/perl-CPANPLUS-Dist-Slackware/perl-CPANPLUS-Dist-Slackware.SlackBuild | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/perl/perl-CPANPLUS-Dist-Slackware/perl-CPANPLUS-Dist-Slackware.SlackBuild b/perl/perl-CPANPLUS-Dist-Slackware/perl-CPANPLUS-Dist-Slackware.SlackBuild index d23cbef0c9..74802e9ae7 100644 --- a/perl/perl-CPANPLUS-Dist-Slackware/perl-CPANPLUS-Dist-Slackware.SlackBuild +++ b/perl/perl-CPANPLUS-Dist-Slackware/perl-CPANPLUS-Dist-Slackware.SlackBuild @@ -2,10 +2,22 @@ # Slackware build script for perl-CPANPLUS-Dist-Slackware -# Written by Andreas Voegele <andreas@andreasvoegele.com> +# Copyright (c) 2012 Andreas Voegele <andreas@andreasvoegele.com> +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER +# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING +# OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=perl-CPANPLUS-Dist-Slackware -VERSION=${VERSION:-1.010} +VERSION=${VERSION:-1.011} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |