123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-IPC-Run3</Name>
- <Homepage>https://metacpan.org/pod/IPC::Run3</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>Artistic</License>
- <License>GPLv2</License>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>Perl module to run a subprocess with input/ouput redirection</Summary>
- <Description>perl-IPC-Run3 is a Perl module that runs a subprocess with input/ouput redirection.</Description>
- <Archive sha1sum="b035ea6e0a89f309d88a0472ab0e531f6e8626b1" type="targz">http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Test-Pod</Dependency>
- <Dependency>perl-Test-Pod-Coverage</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-IPC-Run3</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/perl5</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-05-16</Date>
- <Version>0.048</Version>
- <Comment>First release.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2020-04-09</Date>
- <Version>0.048</Version>
- <Comment>First release.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|