From 7f251b4b9b4b6d894d1372258e20330c385d6226 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:43:04 +0200 Subject: [PATCH] perl-File-Listing:ver bump --- .../language/perl/perl-File-Listing/actions.py | 8 ++++++-- programming/language/perl/perl-File-Listing/pspec.xml | 11 +++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/programming/language/perl/perl-File-Listing/actions.py b/programming/language/perl/perl-File-Listing/actions.py index 6459d84596..6350ca44c9 100644 --- a/programming/language/perl/perl-File-Listing/actions.py +++ b/programming/language/perl/perl-File-Listing/actions.py @@ -4,19 +4,23 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import perlmodules -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules + def setup(): perlmodules.configure() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() pisitools.dodoc("README") diff --git a/programming/language/perl/perl-File-Listing/pspec.xml b/programming/language/perl/perl-File-Listing/pspec.xml index 1a90d5e978..543956ea7d 100644 --- a/programming/language/perl/perl-File-Listing/pspec.xml +++ b/programming/language/perl/perl-File-Listing/pspec.xml @@ -3,7 +3,7 @@ perl-File-Listing - https://metacpan.org/pod/File::Listing + https://metacpan.org/release/File-Listing Osman Erkan osman.erkan@pisilinux.org @@ -14,7 +14,7 @@ app:console File::Listing - parse directory listing This module exports a single function called parse_dir(), which can be used to parse directory listings. - http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.07.tar.gz perl perl-HTTP-Date @@ -35,6 +35,13 @@ + + 2020-10-01 + 6.07 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-11 6.04