pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>perl-Module-ScanDeps</Name>
  6. <Homepage>https://metacpan.org/pod/Module::ScanDeps</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>Artistic-2</License>
  12. <License>GPLv1</License>
  13. <IsA>library</IsA>
  14. <PartOf>programming.language.perl</PartOf>
  15. <Summary>Recursively scan Perl code for dependencies.</Summary>
  16. <Description>This module scans potential modules used by perl programs, and returns a hash reference; its keys are the module names as appears in %INC (e.g. Test/More.pm); the values are hash references.</Description>
  17. <Archive sha1sum="6192b1a765c97c57ea0b38b355ee46a8442d4f31" type="targz">https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/Module-ScanDeps-1.27.tar.gz</Archive>
  18. <BuildDependencies>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>perl-Module-ScanDeps</Name>
  23. <RuntimeDependencies>
  24. <Dependency>perl-docs</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="2">
  35. <Date>2019-09-18</Date>
  36. <Version>1.27</Version>
  37. <Comment>Package is rebuilded because of perl upgrade and released up.</Comment>
  38. <Name>Süleyman Poyraz</Name>
  39. <Email>zaryob.dev@gmail.com</Email>
  40. </Update>
  41. <Update release="1">
  42. <Date>2019-09-16</Date>
  43. <Version>1.27</Version>
  44. <Comment>First release</Comment>
  45. <Name>Süleyman Poyraz</Name>
  46. <Email>zaryob.dev@gmail.com</Email>
  47. </Update>
  48. </History>
  49. </INARY>