diff --git a/programming/language/perl/perl-Net-DNS/actions.py b/programming/language/perl/perl-Net-DNS/actions.py
index 0f7403566b..dd251ffb53 100644
--- a/programming/language/perl/perl-Net-DNS/actions.py
+++ b/programming/language/perl/perl-Net-DNS/actions.py
@@ -10,16 +10,20 @@ from pisi.actionsapi import perlmodules
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
+
def setup():
perlmodules.configure()
+
def build():
perlmodules.make()
+
def check():
perlmodules.make("test")
+
def install():
perlmodules.install()
- pisitools.dodoc("Changes", "README")
\ No newline at end of file
+ pisitools.dodoc("Changes", "README")
diff --git a/programming/language/perl/perl-Net-DNS/pspec.xml b/programming/language/perl/perl-Net-DNS/pspec.xml
index c808534ffa..78552f4603 100644
--- a/programming/language/perl/perl-Net-DNS/pspec.xml
+++ b/programming/language/perl/perl-Net-DNS/pspec.xml
@@ -13,7 +13,7 @@
library
Perl interface to the DNS resolver
Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr.
- https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.26.tar.gz
+ https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.27.tar.gz
perl
@@ -50,6 +50,13 @@
+
+ 2020-10-01
+ 1.27
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-07-20
1.26