12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Cwd-Guard</Name>
- <Homepage>https://metacpan.org/pod/Cwd::Guard</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Artistic</License>
- <IsA>library</IsA>
- <PartOf>programming.language.perl</PartOf>
- <Summary>Temporary changing working directory (chdir).</Summary>
- <Description>CORE::chdir Cwd:: Guard can change the current directory (chdir) using a limited scope.</Description>
- <Archive sha1sum="9226dd929e1cd33e6328eb2e45ba9618015c59b9" type="targz">
- https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.05.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Module-Build</Dependency>
- <Dependency>perl-Test-Requires</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-Cwd-Guard</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
- <Path fileType="data">/usr/share/man</Path>
- <Path fileType="data">/usr/share/perl5</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-05-16</Date>
- <Version>0.05</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2022-11-19</Date>
- <Version>0.05</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|