1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-ExtUtils-Helpers</Name>
- <Homepage>https://metacpan.org/pod/ExtUtils::Helpers</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Artistic</License>
- <IsA>library</IsA>
- <PartOf>programming.language.perl</PartOf>
- <Summary>Various portability utilities for module builders.</Summary>
- <Description>This module provides various portable helper functions for module building modules.</Description>
- <Archive sha1sum="1a8b0c9cfe9dfe3df7aadf91e29af8637a00bdd4" type="targz">
- https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-ExtUtils-Helpers</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.026</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2023-01-08</Date>
- <Version>0.026</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|