pspec.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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-Uplevel</Name>
  6. <Homepage>https://metacpan.org/pod/Sub::Uplevel</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <PartOf>programming.language.perl</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>Module to apparently run a function in a higher stack frame</Summary>
  15. <Description>Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided.</Description>
  16. <Archive sha1sum="636cfb09649963a3b5576ee5339f5163b2f943bf" type="targz">http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>perl-Sub-Uplevel</Name>
  23. <Summary>Module to apparently run a function in a higher stack frame</Summary>
  24. <RuntimeDependencies>
  25. <Dependency>perl</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc/perl-Sub-Uplevel</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="data">/usr/share/perl5</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="6">
  36. <Date>2024-05-16</Date>
  37. <Version>0.2800</Version>
  38. <Comment>Rebuilt</Comment>
  39. <Name>Blue Devil</Name>
  40. <Email>bluedevil@sctzine.com</Email>
  41. </Update>
  42. <Update release="5">
  43. <Date>2020-01-02</Date>
  44. <Version>0.2800</Version>
  45. <Comment>Rebuilt</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. <Update release="4">
  50. <Date>2018-07-26</Date>
  51. <Version>0.2800</Version>
  52. <Comment>Version Bump</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="3">
  57. <Date>2017-01-24</Date>
  58. <Version>0.2600</Version>
  59. <Comment>Version Bump</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="2">
  64. <Date>2016-06-09</Date>
  65. <Version>0.25</Version>
  66. <Comment>Release Bump</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="1">
  71. <Date>2016-03-14</Date>
  72. <Version>0.25</Version>
  73. <Comment>First release</Comment>
  74. <Name>Kamil Atlı</Name>
  75. <Email>suvari@pisilinux.org</Email>
  76. </Update>
  77. </History>
  78. </PISI>