Merge pull request #8668 from blue-devil/master

perl modules updated
This commit is contained in:
Blue DeviL
2020-07-28 01:02:58 +03:00
committed by GitHub
23 changed files with 154 additions and 60 deletions
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A perl module to build external dependencies for use in CPAN</Summary>
<Description>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.</Description>
<Archive sha1sum="4a16672c3f11d86ad92ffd74489dd532ade8011e" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.23.tar.gz</Archive>
<Archive sha1sum="bb20d304a1653846f431e7b4aa673d44797587de" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.26.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-path-tiny</Dependency>
@@ -33,13 +33,20 @@
<Dependency>perl-File-Which</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-07-20</Date>
<Version>2.26</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-05-18</Date>
<Version>2.23</Version>
+9 -2
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>Handle Common Gateway Interface requests and responses.</Summary>
<Description>Handle Common Gateway Interface requests and responses.</Description>
<Archive type="targz" sha1sum="b91646d2f700930db6a5bc62ba3585bfa8e4e273">https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.49.tar.gz</Archive>
<Archive type="targz" sha1sum="a048f3489267384d9b015b6d112c7f15509e98c7">https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.50.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-Deep</Dependency>
@@ -28,9 +28,9 @@
<Summary>Handle Common Gateway Interface requests and responses.</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-HTML-Parser</Dependency>
<Dependency>perl-Test-Deep</Dependency>
<Dependency>perl-Test-Warn</Dependency>
<Dependency>perl-HTML-Parser</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="11">
<Date>2020-07-20</Date>
<Version>4.50</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="10">
<Date>2020-05-18</Date>
<Version>4.49</Version>
@@ -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()
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>perl-ExtUtils-MakeMaker</Name>
<Homepage>https://metacpan.org/pod/ExtUtils::MakeMaker</Homepage>
<Homepage>https://metacpan.org/release/ExtUtils-MakeMaker</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Perl extension for creating a module Makefile</Summary>
<Description>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.</Description>
<Archive sha1sum="875676bb9e1fa97ceebff3e16ff5db3811626518" type="targz">https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.44.tar.gz</Archive>
<Archive sha1sum="0b39441b25cc3f34303b0c438a82a13f1b5635fd" type="targz">https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.46.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
@@ -26,15 +26,22 @@
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/perl</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-07-20</Date>
<Version>7.46</Version>
<Comment>Version bump.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-01-29</Date>
<Version>7.44</Version>
@@ -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())
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A Perl module that is efficient in reading/writing of Complete Files</Summary>
<Description>Efficient Reading/Writing of Complete Files. It provides subroutines to read or write entire files with as simple call.</Description>
<Archive sha1sum="bcfecfef13716e14503d73b0a447c27537a4357f" type="targz">https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.30.tar.gz</Archive>
<Archive sha1sum="1b6215dd9f297a88957aba75b15a68c6f90edfbe" type="targz">https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.32.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-07-20</Date>
<Version>9999.32</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-03-11</Date>
<Version>9999.30</Version>
@@ -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()
@@ -3,18 +3,18 @@
<PISI>
<Source>
<Name>perl-HTTP-Daemon</Name>
<Homepage>https://metacpan.org/pod/HTTP::Daemon</Homepage>
<Homepage>https://metacpan.org/release/HTTP-Daemon</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>app:console</IsA>
<Summary>A simple http server class</Summary>
<Description>Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests.</Description>
<Archive sha1sum="3f19cf7275cf231bc63b3d1bea83b52ffea2f9af" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.06.tar.gz</Archive>
<Archive sha1sum="4a06c2cb7a033d556fa34ea2ac88558da90a4815" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Build</Dependency>
@@ -34,14 +34,21 @@
<Dependency>perl-LWP-Mediatypes</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-07-20</Date>
<Version>6.12</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-01-13</Date>
<Version>6.06</Version>
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>HTTP::Message - HTTP style message (base class)</Summary>
<Description>HTTP::Message object contains some headers and a content body.</Description>
<Archive sha1sum="34f8527dcaf53830bbccf1fbb1062e0e269b1e37" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.24.tar.gz</Archive>
<Archive sha1sum="aae978e0fde53208e825f1254504b45eb99ba059" type="targz">https://cpan.metacpan.org/authors/id/E/ET/ETHER/HTTP-Message-6.25.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-IO-HTML</Dependency>
@@ -50,6 +50,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-07-20</Date>
<Version>6.25</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-05-18</Date>
<Version>6.24</Version>
@@ -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())
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>A command-line application for reading, writing and editing meta information in image, audio and video files</Summary>
<Description>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.</Description>
<Archive sha1sum="82337f825fa58ea4bf575d27275c262fb54a1f89" type="targz">https://exiftool.org/Image-ExifTool-11.91.tar.gz</Archive>
<Archive sha1sum="17ca846f940d57069288408301a3aedcc7b71a15" type="targz">https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.00.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
@@ -27,9 +27,9 @@
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/doc/perl-Image-ExifTool/Changes</Path>
</Files>
</Package>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-07-20</Date>
<Version>12.00</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-03-11</Date>
<Version>11.91</Version>
@@ -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")
pisitools.dodoc("Changes", "MANIFEST", "LICENSE")
@@ -3,18 +3,18 @@
<PISI>
<Source>
<Name>perl-LWP-Protocol-https</Name>
<Homepage>https://metacpan.org/pod/LWP::Protocol::https</Homepage>
<Homepage>https://metacpan.org/release/LWP-Protocol-https</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>app:console</IsA>
<Summary>LWP::Protocol::https - Provide https support for LWP::UserAgent</Summary>
<Description>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.</Description>
<Archive sha1sum="2517535f40d6a5a4a1524f3a7bedf0a1763871de" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz</Archive>
<Archive sha1sum="bd0a0d9bdf6f23865af6194dfe439ffe3176e6e7" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.09.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-NET-HTTP</Dependency>
@@ -22,7 +22,7 @@
<Dependency>perl-IO-Socket-SSL</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="0">certs.patch</Patch> -->
<!--<Patch level="0">certs.patch</Patch> -->
</Patches>
</Source>
@@ -32,7 +32,7 @@
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-libwww</Dependency>
<Dependency>perl-Try-Tiny</Dependency>
<Dependency>perl-Try-Tiny</Dependency>
<Dependency>ca-certificates</Dependency>
<Dependency>perl-Mozilla-CA</Dependency>
<Dependency>perl-IO-Socket-SSL</Dependency>
@@ -45,6 +45,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-07-20</Date>
<Version>6.09</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-01-13</Date>
<Version>6.07</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Perl interface to the DNS resolver</Summary>
<Description>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.</Description>
<Archive sha1sum="4aae51f6d1266e8258a3e6ff28b24df4ff868580" type="targz">https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.24.tar.gz</Archive>
<Archive sha1sum="cd4b7d1be734741bae1a2ba3a110995a958273dd" type="targz">https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.25.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<!-- Test Dependency -->
@@ -50,6 +50,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-07-20</Date>
<Version>1.25</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-06-02</Date>
<Version>1.24</Version>
@@ -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()
@@ -14,13 +14,13 @@
<IsA>library</IsA>
<Summary>Override subroutines in a module for unit testing.</Summary>
<Description>Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing.</Description>
<Archive sha1sum="2767a04c9f3c47a7e6c9ec84544fefc27d750120" type="targz">https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.172.0.tar.gz</Archive>
<Archive sha1sum="469a13ae29b6b9bbf97d868b79bfad4d1f5fa356" type="targz">https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.173.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl-Test-Pod-Coverage</Dependency>
<Dependency>perl-Test-Warnings</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Super</Dependency>
<Dependency>perl</Dependency>
<Dependency>perl-Super</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Test-Warnings</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
</BuildDependencies>
</Source>
@@ -28,17 +28,24 @@
<Name>perl-Test-MockModule</Name>
<Summary>Override subroutines in a module for unit testing.</Summary>
<RuntimeDependencies>
<Dependency>perl-Super</Dependency>
<Dependency>perl</Dependency>
<Dependency>perl-Super</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-07-20</Date>
<Version>0.173.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-21</Date>
<Version>0.172.0</Version>
@@ -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()
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Application programming interface to the World-Wide Web</Summary>
<Description>libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web.</Description>
<Archive sha1sum="614059d706e32e5636a6ddd98f0f4f36c5c815f3" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.44.tar.gz</Archive>
<Archive sha1sum="6715c4e05d4c308fe938b5f033925316c9e705fa" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.46.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-NET-HTTP</Dependency>
@@ -57,6 +57,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-07-20</Date>
<Version>6.46</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6">
<Date>2020-04-22</Date>
<Version>6.44</Version>
@@ -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()
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>perl-template-toolkit</Name>
<Homepage>https://metacpan.org/pod/Template::Toolkit</Homepage>
<Homepage>https://metacpan.org/release/Template-Toolkit</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Perl template processing system</Summary>
<Description>The Template Toolkit is a collection of Perl modules which implement a fast, flexible, powerful and extensible template processing system.</Description>
<Archive sha1sum="6cade1442e3b54ea55f686705667f92b54301793" type="targz">https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.008.tar.gz</Archive>
<Archive sha1sum="8ec59d852dfc2c8a29d078db196555e95f8ed4f5" type="targz">https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.009.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl-AppConfig</Dependency>
<Dependency>perl</Dependency>
<Dependency>perl-AppConfig</Dependency>
</BuildDependencies>
</Source>
@@ -24,19 +24,26 @@
<Name>perl-template-toolkit</Name>
<Summary>Perl template processing system</Summary>
<RuntimeDependencies>
<Dependency>perl-AppConfig</Dependency>
<Dependency>perl</Dependency>
<Dependency>perl-AppConfig</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-07-20</Date>
<Version>3.009</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-04-08</Date>
<Version>3.008</Version>
@@ -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")
@@ -1,24 +1,25 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-test2-suite</Name>
<Homepage>http://search.cpan.org/dist/XML-LibXML</Homepage>
<Homepage>https://metacpan.org/release/Test2-Suite</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<IsA>library</IsA>
<Summary>Distribution with a rich set of tools built upon the Test2 framework.</Summary>
<Description>Distribution with a rich set of tools built upon the Test2 framework.</Description>
<Archive sha1sum="55d543644064669927affb6f2d6341f82743f1f5" type="targz">https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000129.tar.gz</Archive>
<Description>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.</Description>
<Archive sha1sum="4e413e2eca2d2819ee8c1cb71b5b53564b3f41d5" type="targz">https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000130.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-sub-info</Dependency>
<Dependency>perl-importer</Dependency>
<Dependency>perl-test-simple</Dependency>
<Dependency>perl-term-table</Dependency>
<Dependency>perl-test-simple</Dependency>
<Dependency>perl-scope-guard</Dependency>
<Dependency>perl-module-pluggable</Dependency>
</BuildDependencies>
@@ -26,12 +27,13 @@
<Package>
<Name>perl-test2-suite</Name>
<Summary>Distribution with a rich set of tools built upon the Test2 framework.</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-sub-info</Dependency>
<Dependency>perl-importer</Dependency>
<Dependency>perl-test-simple</Dependency>
<Dependency>perl-term-table</Dependency>
<Dependency>perl-test-simple</Dependency>
<Dependency>perl-scope-guard</Dependency>
<Dependency>perl-module-pluggable</Dependency>
</RuntimeDependencies>
@@ -43,6 +45,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-07-20</Date>
<Version>0.000130</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-04-09</Date>
<Version>0.000129</Version>
@@ -3,5 +3,6 @@
<Source>
<Name>perl-test2-suite</Name>
<Summary xml:lang="tr">Test2 çerçevesi üzerine inşa edilmiş zengin araçlarla dağıtım.</Summary>
<Description xml:lang="tr">Test2 test kitaplığı üzerine kurulmuş araçlar ve eklentiler sunan bir perl araç takımıdır.</Description>
</Source>
</PISI>
</PISI>