pspec.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Cwd-Guard</Name>
  6. <Homepage>https://metacpan.org/pod/Cwd::Guard</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Temporary changing working directory (chdir).</Summary>
  15. <Description>CORE::chdir Cwd:: Guard can change the current directory (chdir) using a limited scope.</Description>
  16. <Archive sha1sum="9226dd929e1cd33e6328eb2e45ba9618015c59b9" type="targz">
  17. https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.05.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. <Dependency>perl-Module-Build</Dependency>
  22. <Dependency>perl-Test-Requires</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>perl-Cwd-Guard</Name>
  27. <RuntimeDependencies>
  28. <Dependency>perl</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
  32. <Path fileType="data">/usr/share/man</Path>
  33. <Path fileType="data">/usr/share/perl5</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="2">
  38. <Date>2024-05-16</Date>
  39. <Version>0.05</Version>
  40. <Comment>First build</Comment>
  41. <Name>fury</Name>
  42. <Email>uglyside@yandex.ru</Email>
  43. </Update>
  44. <Update release="1">
  45. <Date>2022-11-19</Date>
  46. <Version>0.05</Version>
  47. <Comment>First build.</Comment>
  48. <Name>fury</Name>
  49. <Email>uglyside@yandex.ru</Email>
  50. </Update>
  51. </History>
  52. </PISI>