mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-Module-Runtime: Updated for version 0.013.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
a02c15bfa3
commit
dc16ef4870
3 changed files with 11 additions and 11 deletions
|
@ -26,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Module-Runtime
|
||||
VERSION=${VERSION:-0.011}
|
||||
VERSION=${VERSION:-0.013}
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Module-Runtime"
|
||||
VERSION="0.011"
|
||||
HOMEPAGE="http://search.cpan.org/~zefram/Module-Runtime/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.011.tar.gz"
|
||||
MD5SUM="d0d2ab338c5bb2769a8f7db200cfdb2b"
|
||||
VERSION="0.013"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Module-Runtime/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.013.tar.gz"
|
||||
MD5SUM="62b88b1f5f0e975a5d7c80cd46167b97"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Params-Classify"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
perl-Module-Runtime: perl-Module-Runtime (perl module)
|
||||
|
|
Loading…
Reference in a new issue