pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-File-chdir</Name>
  6. <Homepage>https://metacpan.org/pod/File::chdir</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <Summary>Perl module for changing directories</Summary>
  14. <Description>Perl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working directory for the whole program.</Description>
  15. <Archive sha1sum="5f1a64eda002651ec2e072850ab973d75432b490" type="targz">http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/File-chdir-0.1011.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>perl</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>perl-File-chdir</Name>
  22. <RuntimeDependencies>
  23. <Dependency>perl</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. <Path fileType="data">/usr/share/perl5</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="2">
  34. <Date>2024-05-16</Date>
  35. <Version>0.1011</Version>
  36. <Comment>First release.</Comment>
  37. <Name>Kamil Atlı</Name>
  38. <Email>suvari@pisilinux.org</Email>
  39. </Update>
  40. <Update release="1">
  41. <Date>2020-04-09</Date>
  42. <Version>0.1011</Version>
  43. <Comment>First release.</Comment>
  44. <Name>Kamil Atlı</Name>
  45. <Email>suvari@pisilinux.org</Email>
  46. </Update>
  47. </History>
  48. </PISI>