123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-File-Remove</Name>
- <Homepage>https://metacpan.org/pod/File::Remove</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Artistic</License>
- <IsA>library</IsA>
- <PartOf>programming.language.perl</PartOf>
- <Summary>Remove files and directories.</Summary>
- <Description>
- File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames.
- </Description>
- <Archive sha1sum="02a1c619ef2f6e02ba70015756c55bfb70518290" type="targz">
- https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.61.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Module-Build</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-File-Remove</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Module-Build</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>1.61</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2022-11-19</Date>
- <Version>1.61</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|