r66795 - in /trunk/liblist-moreutils-perl/debian: bug_report_demos/48669.pl changelog

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jan 1 16:29:38 UTC 2011


Author: periapt-guest
Date: Sat Jan  1 16:29:28 2011
New Revision: 66795

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66795
Log:
rt#48669 - apparently not a problem

Added:
    trunk/liblist-moreutils-perl/debian/bug_report_demos/48669.pl
Modified:
    trunk/liblist-moreutils-perl/debian/changelog

Added: trunk/liblist-moreutils-perl/debian/bug_report_demos/48669.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblist-moreutils-perl/debian/bug_report_demos/48669.pl?rev=66795&op=file
==============================================================================
--- trunk/liblist-moreutils-perl/debian/bug_report_demos/48669.pl (added)
+++ trunk/liblist-moreutils-perl/debian/bug_report_demos/48669.pl Sat Jan  1 16:29:28 2011
@@ -1,0 +1,8 @@
+use strict;
+use warnings;
+use List::MoreUtils;
+print List::MoreUtils->VERSION, "\n";
+
+for (;;) {
+  eval { List::MoreUtils::any {die} 1 };
+}

Modified: trunk/liblist-moreutils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblist-moreutils-perl/debian/changelog?rev=66795&op=diff
==============================================================================
--- trunk/liblist-moreutils-perl/debian/changelog (original)
+++ trunk/liblist-moreutils-perl/debian/changelog Sat Jan  1 16:29:28 2011
@@ -12,6 +12,7 @@
   rt#58325 - not a problem for us, but the code is running PP not XS
   rt#57499 - confirmed to be a problem in this release
   rt#49796 - confirmed to be a problem in this release
+  rt#48669 - apparently not a problem
 
   [ gregor herrmann ]
   * debian/rules: switch order of arguments to dh.




More information about the Pkg-perl-cvs-commits mailing list