perl-Test-Needs:first release

This commit is contained in:
blue-devil
2020-01-11 18:00:15 +00:00
parent 502f2c3994
commit 8d5641b71a
3 changed files with 75 additions and 0 deletions
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Test-Needs</Name>
<Homepage>https://metacpan.org/pod/Test::Needs</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Perl 5</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Test::Needs - Skip tests when modules not available</Summary>
<Description>Skip test scripts if modules are not available. The requested modules will be loaded, and optionally have their versions checked. If the module is missing, the test script will be skipped. Modules that are found but fail to compile will exit with an error rather than skip.</Description>
<Archive sha1sum="a5536540c4ebb5eb8fa7b663276d3df9d705b2fe" type="targz">https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002006.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Test-Needs</Name>
<Summary>Test::Needs - Skip tests when modules not available</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-07</Date>
<Version>0.002006</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>