pspec.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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-Test-Warn</Name>
  6. <Homepage>https://metacpan.org/pod/Test::Warn</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <License>GPLv2</License>
  13. <PartOf>programming.language.perl</PartOf>
  14. <IsA>library</IsA>
  15. <Summary>Perl extension to test methods for warnings</Summary>
  16. <Description>perl-Test-Warn module provides a few convenience methods for testing warning based code.</Description>
  17. <Archive sha1sum="a6a56aa08cb3f62897cf6844ad7e350c37668223" type="targz">https://cpan.metacpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.36.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. <Dependency>perl-Test-Pod</Dependency>
  21. <Dependency>perl-Sub-Uplevel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>perl-Test-Warn</Name>
  26. <Summary>Perl extension to test methods for warnings</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>perl</Dependency>
  29. <Dependency>perl-Sub-Uplevel</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="data">/usr/share/perl5</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="6">
  40. <Date>2024-05-16</Date>
  41. <Version>0.36</Version>
  42. <Comment>Version bump</Comment>
  43. <Name>Blue Devil</Name>
  44. <Email>bluedevil@sctzine.com</Email>
  45. </Update>
  46. <Update release="5">
  47. <Date>2020-01-02</Date>
  48. <Version>0.36</Version>
  49. <Comment>Version bump</Comment>
  50. <Name>Blue Devil</Name>
  51. <Email>bluedevil@sctzine.com</Email>
  52. </Update>
  53. <Update release="4">
  54. <Date>2018-07-26</Date>
  55. <Version>0.30</Version>
  56. <Comment>Rebuild for new toolchain.</Comment>
  57. <Name>Pisi Linux Community</Name>
  58. <Email>admin@pisilinux.org</Email>
  59. </Update>
  60. <Update release="3">
  61. <Date>2017-01-24</Date>
  62. <Version>0.30</Version>
  63. <Comment>Rebuild for new toolchain</Comment>
  64. <Name>Pisi Linux Community</Name>
  65. <Email>admin@pisilinux.org</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2016-06-09</Date>
  69. <Version>0.30</Version>
  70. <Comment>Release Bump</Comment>
  71. <Name>Pisi Linux Community</Name>
  72. <Email>admin@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2016-03-27</Date>
  76. <Version>0.30</Version>
  77. <Comment>First release</Comment>
  78. <Name>Osman Erkan</Name>
  79. <Email>osman.erkan@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>