pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Test-Exception</Name>
  6. <Homepage>http://search.cpan.org/dist/Test-Exception/</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>Module for testing exception based codes</Summary>
  14. <Description>This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends.</Description>
  15. <Archive sha1sum="f1d7589c3f8fce18331b8bba98e1429eae2e24be" type="targz">http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-0.43.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>perl</Dependency>
  18. <Dependency>perl-Sub-Uplevel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>perl-Test-Exception</Name>
  23. <RuntimeDependencies>
  24. <Dependency>perl</Dependency>
  25. <Dependency>perl-Sub-Uplevel</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc/perl-Test-Exception</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="3">
  35. <Date>2017-01-24</Date>
  36. <Version>0.43</Version>
  37. <Comment>Rebuild for new toolchain</Comment>
  38. <Name>Pisi Linux Community</Name>
  39. <Email>admin@pisilinux.org</Email>
  40. </Update>
  41. <Update release="2">
  42. <Date>2016-06-09</Date>
  43. <Version>0.43</Version>
  44. <Comment>Release Bump</Comment>
  45. <Name>Pisi Linux Community</Name>
  46. <Email>admin@pisilinux.org</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2016-03-14</Date>
  50. <Version>0.43</Version>
  51. <Comment>First release</Comment>
  52. <Name>Kamil Atlı</Name>
  53. <Email>suvari@pisilinux.org</Email>
  54. </Update>
  55. </History>
  56. </PISI>