12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Sub-Identify</Name>
- <Homepage>http://search.cpan.org/dist/Sub-Identify</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Artistic-2</License>
- <License>GPLv1</License>
- <IsA>library</IsA>
- <Summary>Perl module to retrieve names of code references</Summary>
- <Description>perl-Sub-Identify is a Perl module allowing you to retrieve the real name of code references through the introspection mechanism.</Description>
- <Archive sha1sum="ceb912772a7879d19ff4403e77812b49f8b8fcb8" type="targz">http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Test-Pod</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-Sub-Identify</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Test-Pod</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>2017-01-24</Date>
- <Version>0.12</Version>
- <Comment>First release.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|