r23345 - in /branches/upstream/libdevel-stacktrace-perl/current: Changes META.yml SIGNATURE lib/Devel/StackTrace.pm t/02-bad-utf8.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jul 17 15:28:39 UTC 2008


Author: gregoa
Date: Thu Jul 17 15:28:34 2008
New Revision: 23345

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23345
Log:
[svn-upgrade] Integrating new upstream version, libdevel-stacktrace-perl (1.1902)

Modified:
    branches/upstream/libdevel-stacktrace-perl/current/Changes
    branches/upstream/libdevel-stacktrace-perl/current/META.yml
    branches/upstream/libdevel-stacktrace-perl/current/SIGNATURE
    branches/upstream/libdevel-stacktrace-perl/current/lib/Devel/StackTrace.pm
    branches/upstream/libdevel-stacktrace-perl/current/t/02-bad-utf8.t

Modified: branches/upstream/libdevel-stacktrace-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-stacktrace-perl/current/Changes?rev=23345&op=diff
==============================================================================
--- branches/upstream/libdevel-stacktrace-perl/current/Changes (original)
+++ branches/upstream/libdevel-stacktrace-perl/current/Changes Thu Jul 17 15:28:34 2008
@@ -1,3 +1,11 @@
+1.1902  Jul 16, 2008
+
+- This release just contains another test fix.
+
+- The new tests for bad utf-8 apparently fail with any Perl before
+  5.8.8. Reported by Lee Heagney. RT #37702.
+
+
 1.1901  Jun 13, 2008
 
 - This release just contains a test fix.

Modified: branches/upstream/libdevel-stacktrace-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-stacktrace-perl/current/META.yml?rev=23345&op=diff
==============================================================================
--- branches/upstream/libdevel-stacktrace-perl/current/META.yml (original)
+++ branches/upstream/libdevel-stacktrace-perl/current/META.yml Thu Jul 17 15:28:34 2008
@@ -1,6 +1,6 @@
 ---
 name: Devel-StackTrace
-version: 1.1901
+version: 1.1902
 author:
   - 'Dave Rolsky, <autarch at urth.org>'
 abstract: Stack trace and stack trace frame objects
@@ -14,7 +14,7 @@
 provides:
   Devel::StackTrace:
     file: lib/Devel/StackTrace.pm
-    version: 1.1901
+    version: 1.1902
 generated_by: Module::Build version 0.2808
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html

Modified: branches/upstream/libdevel-stacktrace-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-stacktrace-perl/current/SIGNATURE?rev=23345&op=diff
==============================================================================
--- branches/upstream/libdevel-stacktrace-perl/current/SIGNATURE (original)
+++ branches/upstream/libdevel-stacktrace-perl/current/SIGNATURE Thu Jul 17 15:28:34 2008
@@ -16,22 +16,22 @@
 
 SHA1 7afddfc9acf24c266120ef5c2f7bd386d2d3901d .shipit
 SHA1 3d845cfeefa52ba71f90d8e43e7f17214c0365b8 Build.PL
-SHA1 980bb994385caeebc1510e198fd51b06b62ef46d Changes
+SHA1 c445e1b99f98b880aa20fdc891d59128925d77d7 Changes
 SHA1 f235ba4160673bcb7c9d58c2f09dbc7fc0efadea LICENSE
 SHA1 9ed43409974a8b931e0e34af209d4f99ccc68d50 MANIFEST
-SHA1 c70237ecc2c6d6dd7bbf4be705ee52d660c22634 META.yml
+SHA1 569af5aa90ed3899d145f00abcca1cc0cbf79c08 META.yml
 SHA1 c3d9c0c03faad299fd07bf46c48f7ad0edc204a1 Makefile.PL
 SHA1 2c9447514240fab2c68851da0e4f3dbbb2157767 README
-SHA1 ed6e21d5c05b80b4c88ea5fa8e1f2b4c1ae6bd63 lib/Devel/StackTrace.pm
+SHA1 263b4336563e7b017ac42f466c589f3e10e53c66 lib/Devel/StackTrace.pm
 SHA1 a2379209b184d257b818ea03c2952e836a64c8f2 t/01-basic.t
-SHA1 b333a6989bdac5b9d7431b1cf1a849384233e38e t/02-bad-utf8.t
+SHA1 21a1538da8dbde54af7a1708fa2470dd74fe67fc t/02-bad-utf8.t
 SHA1 9ade2293d6e5ea77d94532132c89cd205ea85ed7 t/kwalitee.t
 SHA1 28a931f3b0c075d8d6c4ce47d5e89c3fdb19ed0f t/pod-coverage.t
 SHA1 cec881e89926d320475f9de2b7fad02c2169f510 t/pod.t
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.6 (GNU/Linux)
 
-iD8DBQFIUwad3Or3ZzQuifMRAlxuAKC17mlFO3ata9DGIOI17X/jzxUvUwCg17eo
-P1+KNfG1qrF+3syaW3Phajw=
-=1AYk
+iD8DBQFIffVr3Or3ZzQuifMRAlZ7AKCGL9lujqJNySvc6x0Et9O5JQkR9QCfaO25
+pbLrUnV6b0xqqR+xW4r1TTo=
+=1UDd
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libdevel-stacktrace-perl/current/lib/Devel/StackTrace.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-stacktrace-perl/current/lib/Devel/StackTrace.pm?rev=23345&op=diff
==============================================================================
--- branches/upstream/libdevel-stacktrace-perl/current/lib/Devel/StackTrace.pm (original)
+++ branches/upstream/libdevel-stacktrace-perl/current/lib/Devel/StackTrace.pm Thu Jul 17 15:28:34 2008
@@ -11,7 +11,7 @@
     '""' => \&as_string,
     fallback => 1;
 
-our $VERSION = '1.1901';
+our $VERSION = '1.1902';
 
 
 sub new

Modified: branches/upstream/libdevel-stacktrace-perl/current/t/02-bad-utf8.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-stacktrace-perl/current/t/02-bad-utf8.t?rev=23345&op=diff
==============================================================================
--- branches/upstream/libdevel-stacktrace-perl/current/t/02-bad-utf8.t (original)
+++ branches/upstream/libdevel-stacktrace-perl/current/t/02-bad-utf8.t Thu Jul 17 15:28:34 2008
@@ -7,8 +7,8 @@
 plan skip_all => 'These tests require Encode.pm'
     unless eval 'use Encode; 1';
 
-plan skip_all => 'These tests require Perl 5.8.7+'
-    unless $] >= 5.008007;
+plan skip_all => 'These tests require Perl 5.8.8+'
+    unless $] >= 5.008008;
 
 plan tests => 2;
 




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