pspec.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Sub-Identify</Name>
  6. <Homepage>http://search.cpan.org/dist/Sub-Identify</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic-2</License>
  12. <License>GPLv1</License>
  13. <IsA>library</IsA>
  14. <Summary>Perl module to retrieve names of code references</Summary>
  15. <Description>perl-Sub-Identify is a Perl module allowing you to retrieve the real name of code references through the introspection mechanism.</Description>
  16. <Archive sha1sum="ceb912772a7879d19ff4403e77812b49f8b8fcb8" type="targz">http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. <Dependency>perl-Test-Pod</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-Sub-Identify</Name>
  24. <RuntimeDependencies>
  25. <Dependency>perl</Dependency>
  26. <Dependency>perl-Test-Pod</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="1">
  36. <Date>2017-01-24</Date>
  37. <Version>0.12</Version>
  38. <Comment>First release.</Comment>
  39. <Name>Alihan Öztürk</Name>
  40. <Email>alihan@pisilinux.org</Email>
  41. </Update>
  42. </History>
  43. </PISI>