diff --git a/programming/language/perl/perl-libwww/actions.py b/programming/language/perl/perl-libwww/actions.py
index 6ebdaf2350..1054e23111 100644
--- a/programming/language/perl/perl-libwww/actions.py
+++ b/programming/language/perl/perl-libwww/actions.py
@@ -10,18 +10,22 @@ from pisi.actionsapi import perlmodules
WorkDir = "libwww-perl-%s" % get.srcVERSION()
+
def setup():
perlmodules.configure()
+
def build():
perlmodules.make()
+
def check():
perlmodules.make("test")
+
def install():
perlmodules.install()
for method in ["GET", "POST", "HEAD"]:
pisitools.dosym("/usr/bin/lwp-request", "/usr/bin/%s" % method)
- pisitools.dodoc("LICENSE","README*")
\ No newline at end of file
+ pisitools.dodoc("LICENSE","README*")
diff --git a/programming/language/perl/perl-libwww/pspec.xml b/programming/language/perl/perl-libwww/pspec.xml
index 16c2e35e2a..3feb9b53cb 100644
--- a/programming/language/perl/perl-libwww/pspec.xml
+++ b/programming/language/perl/perl-libwww/pspec.xml
@@ -13,7 +13,7 @@
library
Application programming interface to the World-Wide Web
libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web.
- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.47.tar.gz
+ https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.49.tar.gz
perl
perl-NET-HTTP
@@ -57,6 +57,13 @@
+
+ 2020-10-01
+ 6.49
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-07-20
6.47