From 69fadd1c0d2278aa4e78c40235427ffda4a15e42 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 00:55:31 +0300 Subject: [PATCH 01/13] perl-Alien-Build: ver bump --- programming/language/perl/perl-Alien-Build/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/perl/perl-Alien-Build/pspec.xml b/programming/language/perl/perl-Alien-Build/pspec.xml index e73a0bc5a3..04ccfcc9d8 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.23.tar.gz + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.26.tar.gz perl perl-path-tiny @@ -33,13 +33,20 @@ perl-File-Which + /usr/lib /usr/share/doc /usr/share/man - /usr/lib + + 2020-07-20 + 2.26 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-18 2.23 From e002b91c511d3166d65ecd36f71e96eabf50254e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 00:55:50 +0300 Subject: [PATCH 02/13] perl-CGI: ver bump --- programming/language/perl/perl-CGI/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/perl/perl-CGI/pspec.xml b/programming/language/perl/perl-CGI/pspec.xml index 6da75e5bed..2d614fe8d0 100644 --- a/programming/language/perl/perl-CGI/pspec.xml +++ b/programming/language/perl/perl-CGI/pspec.xml @@ -14,7 +14,7 @@ library Handle Common Gateway Interface requests and responses. Handle Common Gateway Interface requests and responses. - https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.49.tar.gz + https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.50.tar.gz perl perl-Test-Deep @@ -28,9 +28,9 @@ Handle Common Gateway Interface requests and responses. perl - perl-HTML-Parser perl-Test-Deep perl-Test-Warn + perl-HTML-Parser /usr/share @@ -41,6 +41,13 @@ + + 2020-07-20 + 4.50 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-18 4.49 From bf6f180b5484bb0f08b8c261ac1df8bdcfa80f85 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 00:56:10 +0300 Subject: [PATCH 03/13] perl-ExtUtils-MakeMaker: ver bump --- .../perl/perl-ExtUtils-MakeMaker/actions.py | 2 +- .../language/perl/perl-ExtUtils-MakeMaker/pspec.xml | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py b/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py index 1023e88baf..7bdcdd5515 100644 --- a/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py +++ b/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py @@ -4,8 +4,8 @@ # 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 perlmodules def setup(): perlmodules.configure() diff --git a/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml b/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml index 8bd55545bd..3a0b9dbfdb 100644 --- a/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml +++ b/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml @@ -3,7 +3,7 @@ perl-ExtUtils-MakeMaker - https://metacpan.org/pod/ExtUtils::MakeMaker + https://metacpan.org/release/ExtUtils-MakeMaker Blue DeviL bluedevil@sctzine.com @@ -13,7 +13,7 @@ library Perl extension for creating a module Makefile This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. - https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.44.tar.gz + https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.46.tar.gz perl @@ -26,15 +26,22 @@ perl - /usr/bin /usr/lib /usr/share/doc /usr/share/man + /usr/bin /usr/share/perl + + 2020-07-20 + 7.46 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2020-01-29 7.44 From ba8a90bfb709339ec58d42532f068fad75c09e7f Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 00:57:09 +0300 Subject: [PATCH 04/13] perl-File-Slurp: ver bump --- programming/language/perl/perl-File-Slurp/actions.py | 4 ++-- programming/language/perl/perl-File-Slurp/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/programming/language/perl/perl-File-Slurp/actions.py b/programming/language/perl/perl-File-Slurp/actions.py index 9620a8ca3d..7c781a3f5e 100644 --- a/programming/language/perl/perl-File-Slurp/actions.py +++ b/programming/language/perl/perl-File-Slurp/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/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 WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) diff --git a/programming/language/perl/perl-File-Slurp/pspec.xml b/programming/language/perl/perl-File-Slurp/pspec.xml index 58ca516267..4173c1d4bd 100644 --- a/programming/language/perl/perl-File-Slurp/pspec.xml +++ b/programming/language/perl/perl-File-Slurp/pspec.xml @@ -13,7 +13,7 @@ library A Perl module that is efficient in reading/writing of Complete Files Efficient Reading/Writing of Complete Files. It provides subroutines to read or write entire files with as simple call. - https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.30.tar.gz + https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.32.tar.gz perl @@ -33,6 +33,13 @@ + + 2020-07-20 + 9999.32 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-11 9999.30 From 3183b0722335f57e5cddab223d68aaa2609994cb Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 00:57:27 +0300 Subject: [PATCH 05/13] perl-HTTP-Daemon: ver bump --- .../language/perl/perl-HTTP-Daemon/actions.py | 4 ++-- .../language/perl/perl-HTTP-Daemon/pspec.xml | 15 +++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/programming/language/perl/perl-HTTP-Daemon/actions.py b/programming/language/perl/perl-HTTP-Daemon/actions.py index cbf1726e50..6d37048d1a 100644 --- a/programming/language/perl/perl-HTTP-Daemon/actions.py +++ b/programming/language/perl/perl-HTTP-Daemon/actions.py @@ -4,9 +4,9 @@ # 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() diff --git a/programming/language/perl/perl-HTTP-Daemon/pspec.xml b/programming/language/perl/perl-HTTP-Daemon/pspec.xml index 02eedcae76..89783d519b 100644 --- a/programming/language/perl/perl-HTTP-Daemon/pspec.xml +++ b/programming/language/perl/perl-HTTP-Daemon/pspec.xml @@ -3,18 +3,18 @@ perl-HTTP-Daemon - https://metacpan.org/pod/HTTP::Daemon + https://metacpan.org/release/HTTP-Daemon Osman Erkan osman.erkan@pisilinux.org + programming.language.perl Artistic GPLv2 - programming.language.perl app:console A simple http server class Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.06.tar.gz + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.12.tar.gz perl perl-Module-Build @@ -34,14 +34,21 @@ perl-LWP-Mediatypes + /usr/share /usr/lib /usr/share/doc /usr/share/man - /usr/share + + 2020-07-20 + 6.12 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-13 6.06 From 1dacc1a258fc4333ac910d3076c73d9adb72ec90 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 00:57:40 +0300 Subject: [PATCH 06/13] perl-HTTP-Message: ver bump --- programming/language/perl/perl-HTTP-Message/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/perl/perl-HTTP-Message/pspec.xml b/programming/language/perl/perl-HTTP-Message/pspec.xml index 72a87b9314..2d8e0e9dc3 100644 --- a/programming/language/perl/perl-HTTP-Message/pspec.xml +++ b/programming/language/perl/perl-HTTP-Message/pspec.xml @@ -14,7 +14,7 @@ app:console HTTP::Message - HTTP style message (base class) HTTP::Message object contains some headers and a content body. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.24.tar.gz + https://cpan.metacpan.org/authors/id/E/ET/ETHER/HTTP-Message-6.25.tar.gz perl perl-IO-HTML @@ -50,6 +50,13 @@ + + 2020-07-20 + 6.25 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-18 6.24 From c457d4cf711425ef9dd9421c4e53846af6b60053 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 00:58:19 +0300 Subject: [PATCH 07/13] perl-Image-ExifTool: ver bump --- .../language/perl/perl-Image-ExifTool/actions.py | 4 ++-- .../language/perl/perl-Image-ExifTool/pspec.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/programming/language/perl/perl-Image-ExifTool/actions.py b/programming/language/perl/perl-Image-ExifTool/actions.py index 8e954722ef..3c40227c58 100644 --- a/programming/language/perl/perl-Image-ExifTool/actions.py +++ b/programming/language/perl/perl-Image-ExifTool/actions.py @@ -3,9 +3,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/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 WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) diff --git a/programming/language/perl/perl-Image-ExifTool/pspec.xml b/programming/language/perl/perl-Image-ExifTool/pspec.xml index c65427177e..951eea63fa 100644 --- a/programming/language/perl/perl-Image-ExifTool/pspec.xml +++ b/programming/language/perl/perl-Image-ExifTool/pspec.xml @@ -14,7 +14,7 @@ app:console A command-line application for reading, writing and editing meta information in image, audio and video files ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files. - https://exiftool.org/Image-ExifTool-11.91.tar.gz + https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.00.tar.gz perl @@ -27,9 +27,9 @@ perl - /usr/bin /usr/lib /usr/share/man + /usr/bin /usr/share/doc/perl-Image-ExifTool/Changes @@ -46,6 +46,13 @@ + + 2020-07-20 + 12.00 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-11 11.91 From c0d571e7f7fc6f92dbb270f0b78738b329043a4c Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 00:58:37 +0300 Subject: [PATCH 08/13] perl-LWP-Protocol-https: ver bump --- .../perl/perl-LWP-Protocol-https/actions.py | 6 +++--- .../perl/perl-LWP-Protocol-https/pspec.xml | 17 ++++++++++++----- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/programming/language/perl/perl-LWP-Protocol-https/actions.py b/programming/language/perl/perl-LWP-Protocol-https/actions.py index d625b81b12..71cc92255f 100644 --- a/programming/language/perl/perl-LWP-Protocol-https/actions.py +++ b/programming/language/perl/perl-LWP-Protocol-https/actions.py @@ -4,9 +4,9 @@ # 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() @@ -20,4 +20,4 @@ def build(): def install(): perlmodules.install() - pisitools.dodoc("Changes", "MANIFEST", "README") \ No newline at end of file + pisitools.dodoc("Changes", "MANIFEST", "LICENSE") \ No newline at end of file diff --git a/programming/language/perl/perl-LWP-Protocol-https/pspec.xml b/programming/language/perl/perl-LWP-Protocol-https/pspec.xml index bb82f387ab..2882fb85a5 100644 --- a/programming/language/perl/perl-LWP-Protocol-https/pspec.xml +++ b/programming/language/perl/perl-LWP-Protocol-https/pspec.xml @@ -3,18 +3,18 @@ perl-LWP-Protocol-https - https://metacpan.org/pod/LWP::Protocol::https + https://metacpan.org/release/LWP-Protocol-https Osman Erkan osman.erkan@pisilinux.org + programming.language.perl Artistic GPLv2 - programming.language.perl app:console LWP::Protocol::https - Provide https support for LWP::UserAgent The LWP::Protocol::https module provides support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.09.tar.gz perl perl-NET-HTTP @@ -22,7 +22,7 @@ perl-IO-Socket-SSL - + @@ -32,7 +32,7 @@ perl perl-libwww - perl-Try-Tiny + perl-Try-Tiny ca-certificates perl-Mozilla-CA perl-IO-Socket-SSL @@ -45,6 +45,13 @@ + + 2020-07-20 + 6.09 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-13 6.07 From 0a44542c4a291049b4d6daba30fe8569fb138bc7 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 00:59:00 +0300 Subject: [PATCH 09/13] perl-libwww: ver bump --- programming/language/perl/perl-libwww/actions.py | 4 ++-- programming/language/perl/perl-libwww/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/programming/language/perl/perl-libwww/actions.py b/programming/language/perl/perl-libwww/actions.py index 40eda266cb..6ebdaf2350 100644 --- a/programming/language/perl/perl-libwww/actions.py +++ b/programming/language/perl/perl-libwww/actions.py @@ -4,9 +4,9 @@ # 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 WorkDir = "libwww-perl-%s" % get.srcVERSION() diff --git a/programming/language/perl/perl-libwww/pspec.xml b/programming/language/perl/perl-libwww/pspec.xml index 20eec3b13a..55e66ddcf0 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.44.tar.gz + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.46.tar.gz perl perl-NET-HTTP @@ -57,6 +57,13 @@ + + 2020-07-20 + 6.46 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-22 6.44 From 84fe5285627960c7ba73ab024e88d8df4e58a4e0 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 00:59:53 +0300 Subject: [PATCH 10/13] perl-Net-DNS: ver bump --- programming/language/perl/perl-Net-DNS/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/perl/perl-Net-DNS/pspec.xml b/programming/language/perl/perl-Net-DNS/pspec.xml index fdd419ec62..1a842d127c 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.24.tar.gz + https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.25.tar.gz perl @@ -50,6 +50,13 @@ + + 2020-07-20 + 1.25 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-06-02 1.24 From 25b0ae66c2bcb1fdcac367f2315984495c963590 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 01:00:15 +0300 Subject: [PATCH 11/13] perl-Test-MockModule: ver bump --- .../perl/perl-Test-MockModule/actions.py | 2 +- .../perl/perl-Test-MockModule/pspec.xml | 23 ++++++++++++------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/programming/language/perl/perl-Test-MockModule/actions.py b/programming/language/perl/perl-Test-MockModule/actions.py index 44c3132711..7d1814db3d 100644 --- a/programming/language/perl/perl-Test-MockModule/actions.py +++ b/programming/language/perl/perl-Test-MockModule/actions.py @@ -4,8 +4,8 @@ # 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 perlmodules def setup(): perlmodules.configure() diff --git a/programming/language/perl/perl-Test-MockModule/pspec.xml b/programming/language/perl/perl-Test-MockModule/pspec.xml index 3252a65d1b..1300007001 100644 --- a/programming/language/perl/perl-Test-MockModule/pspec.xml +++ b/programming/language/perl/perl-Test-MockModule/pspec.xml @@ -14,13 +14,13 @@ library Override subroutines in a module for unit testing. Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing. - https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.172.0.tar.gz + https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.173.0.tar.gz - perl-Test-Pod-Coverage - perl-Test-Warnings - perl-Module-Build - perl-Super perl + perl-Super + perl-Module-Build + perl-Test-Warnings + perl-Test-Pod-Coverage @@ -28,17 +28,24 @@ perl-Test-MockModule Override subroutines in a module for unit testing. - perl-Super perl + perl-Super - /usr/share/doc - /usr/lib /usr/share + /usr/lib + /usr/share/doc + + 2020-07-20 + 0.173.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 0.172.0 From 5f0848c2a11f58e3113986c20a96614ea2b177ca Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 01:00:32 +0300 Subject: [PATCH 12/13] perl-template-toolkit: ver bump --- .../perl/perl-template-toolkit/actions.py | 2 +- .../perl/perl-template-toolkit/pspec.xml | 21 ++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/programming/language/perl/perl-template-toolkit/actions.py b/programming/language/perl/perl-template-toolkit/actions.py index b1b460f147..4cf55ed590 100644 --- a/programming/language/perl/perl-template-toolkit/actions.py +++ b/programming/language/perl/perl-template-toolkit/actions.py @@ -4,8 +4,8 @@ # 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 perlmodules def setup(): perlmodules.configure() diff --git a/programming/language/perl/perl-template-toolkit/pspec.xml b/programming/language/perl/perl-template-toolkit/pspec.xml index 5f041c41ea..2360d8f876 100644 --- a/programming/language/perl/perl-template-toolkit/pspec.xml +++ b/programming/language/perl/perl-template-toolkit/pspec.xml @@ -3,7 +3,7 @@ perl-template-toolkit - https://metacpan.org/pod/Template::Toolkit + https://metacpan.org/release/Template-Toolkit PisiLinux Community admins@pisilinux.org @@ -13,10 +13,10 @@ library Perl template processing system The Template Toolkit is a collection of Perl modules which implement a fast, flexible, powerful and extensible template processing system. - https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.008.tar.gz + https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.009.tar.gz - perl-AppConfig perl + perl-AppConfig @@ -24,19 +24,26 @@ perl-template-toolkit Perl template processing system - perl-AppConfig perl + perl-AppConfig - /usr/bin - /usr/lib /usr/share - /usr/share/man + /usr/lib /usr/share/doc + /usr/share/man + /usr/bin + + 2020-07-20 + 3.009 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-08 3.008 From ee234aa1547dc9e4d70563c08ce8096f91bb66bb Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 28 Jul 2020 01:00:49 +0300 Subject: [PATCH 13/13] perl-test2-suite: ver bump --- .../language/perl/perl-test2-suite/actions.py | 4 ++-- .../language/perl/perl-test2-suite/pspec.xml | 21 +++++++++++++------ .../perl/perl-test2-suite/translations.xml | 3 ++- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/programming/language/perl/perl-test2-suite/actions.py b/programming/language/perl/perl-test2-suite/actions.py index 977fcc908e..2ebad8607f 100644 --- a/programming/language/perl/perl-test2-suite/actions.py +++ b/programming/language/perl/perl-test2-suite/actions.py @@ -5,8 +5,8 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import get -from pisi.actionsapi import perlmodules from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules #WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) @@ -22,4 +22,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("README", "LICENSE", "Changes") + pisitools.dodoc("README", "LICENSE", "Changes") \ No newline at end of file diff --git a/programming/language/perl/perl-test2-suite/pspec.xml b/programming/language/perl/perl-test2-suite/pspec.xml index 4d35afa947..fec920162c 100644 --- a/programming/language/perl/perl-test2-suite/pspec.xml +++ b/programming/language/perl/perl-test2-suite/pspec.xml @@ -1,24 +1,25 @@ - + perl-test2-suite - http://search.cpan.org/dist/XML-LibXML + https://metacpan.org/release/Test2-Suite Kamil Atlı suvari@pisilinux.org + programming.language.perl Artistic library Distribution with a rich set of tools built upon the Test2 framework. - Distribution with a rich set of tools built upon the Test2 framework. - https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000129.tar.gz + Rich set of tools, plugins, bundles, etc built upon the Test2 testing library. If you are interested in writing tests, this is the distribution for you. + https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000130.tar.gz perl perl-sub-info perl-importer - perl-test-simple perl-term-table + perl-test-simple perl-scope-guard perl-module-pluggable @@ -26,12 +27,13 @@ perl-test2-suite + Distribution with a rich set of tools built upon the Test2 framework. perl perl-sub-info perl-importer - perl-test-simple perl-term-table + perl-test-simple perl-scope-guard perl-module-pluggable @@ -43,6 +45,13 @@ + + 2020-07-20 + 0.000130 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-09 0.000129 diff --git a/programming/language/perl/perl-test2-suite/translations.xml b/programming/language/perl/perl-test2-suite/translations.xml index 4c4ac45590..488caeb7a3 100644 --- a/programming/language/perl/perl-test2-suite/translations.xml +++ b/programming/language/perl/perl-test2-suite/translations.xml @@ -3,5 +3,6 @@ perl-test2-suite Test2 çerçevesi üzerine inşa edilmiş zengin araçlarla dağıtım. + Test2 test kitaplığı üzerine kurulmuş araçlar ve eklentiler sunan bir perl araç takımıdır. - + \ No newline at end of file