pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Sub-Exporter-Progressive</Name>
  6. <Homepage>https://metacpan.org/release/Sub-Exporter-Progressive</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.perl</PartOf>
  12. <License>Artistic</License>
  13. <License>GPLv2</License>
  14. <IsA>library</IsA>
  15. <Summary>perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper</Summary>
  16. <Description>perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper that will let your users just use Exporter if all they are doing is picking exports, but use Sub::Exporter if your users try to use Sub::Exporter's more advanced features, like renaming exports, if they try to use them.</Description>
  17. <Archive sha1sum="4ee0cf333cfb482f71f052ccdd3a3bcefaa291f7" type="targz">https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-Sub-Exporter-Progressive</Name>
  24. <Summary>perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>perl</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. <Path fileType="data">/usr/share/perl5</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="2">
  37. <Date>2024-05-17</Date>
  38. <Version>0.001013</Version>
  39. <Comment>First release.</Comment>
  40. <Name>Blue Devil</Name>
  41. <Email>bluedevil@sctzine.com</Email>
  42. </Update>
  43. <Update release="1">
  44. <Date>2020-09-23</Date>
  45. <Version>0.001013</Version>
  46. <Comment>First release.</Comment>
  47. <Name>Blue Devil</Name>
  48. <Email>bluedevil@sctzine.com</Email>
  49. </Update>
  50. </History>
  51. </PISI>