perl-libwwww:ver bump

This commit is contained in:
bluedevil
2020-10-03 00:05:09 +02:00
parent e4741fd7a9
commit fc7d77fabb
2 changed files with 13 additions and 2 deletions
@@ -10,15 +10,19 @@ from pisi.actionsapi import perlmodules
WorkDir = "libwww-perl-%s" % get.srcVERSION() WorkDir = "libwww-perl-%s" % get.srcVERSION()
def setup(): def setup():
perlmodules.configure() perlmodules.configure()
def build(): def build():
perlmodules.make() perlmodules.make()
def check(): def check():
perlmodules.make("test") perlmodules.make("test")
def install(): def install():
perlmodules.install() perlmodules.install()
for method in ["GET", "POST", "HEAD"]: for method in ["GET", "POST", "HEAD"]:
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Application programming interface to the World-Wide Web</Summary> <Summary>Application programming interface to the World-Wide Web</Summary>
<Description>libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web.</Description> <Description>libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web.</Description>
<Archive sha1sum="3435586af66ec78c86553d26fb225f759098d11c" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.47.tar.gz</Archive> <Archive sha1sum="ed329c462bd7852dfcfb5ca77c1624a9b5e90124" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.49.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>perl-NET-HTTP</Dependency> <Dependency>perl-NET-HTTP</Dependency>
@@ -57,6 +57,13 @@
</Package> </Package>
<History> <History>
<Update release="8">
<Date>2020-10-01</Date>
<Version>6.49</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7"> <Update release="7">
<Date>2020-07-20</Date> <Date>2020-07-20</Date>
<Version>6.47</Version> <Version>6.47</Version>