diff --git a/programming/language/perl/perl-Alien-Build/actions.py b/programming/language/perl/perl-Alien-Build/actions.py
index fa7ec05169..a8ca041459 100644
--- a/programming/language/perl/perl-Alien-Build/actions.py
+++ b/programming/language/perl/perl-Alien-Build/actions.py
@@ -10,15 +10,19 @@ 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("LICENSE", "README*")
\ No newline at end of file
+ pisitools.dodoc("LICENSE", "README*")
diff --git a/programming/language/perl/perl-Alien-Build/pspec.xml b/programming/language/perl/perl-Alien-Build/pspec.xml
index 05396f058f..ae94c5110c 100644
--- a/programming/language/perl/perl-Alien-Build/pspec.xml
+++ b/programming/language/perl/perl-Alien-Build/pspec.xml
@@ -13,7 +13,7 @@
library
A perl module to build external dependencies for use in CPAN
perl-Alien-Build provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime.
- https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.29.tar.gz
+ https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.33.tar.gz
perl
perl-path-tiny
@@ -40,6 +40,13 @@
+
+ 2020-10-01
+ 2.33
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-07-20
2.29