[Bps-public-commit] r10470 - Text-Quoted

ruz at bestpractical.com ruz at bestpractical.com
Thu Jan 24 12:12:16 EST 2008


Author: ruz
Date: Thu Jan 24 12:12:16 2008
New Revision: 10470

Modified:
   Text-Quoted/Changes
   Text-Quoted/META.yml
   Text-Quoted/Quoted.pm

Log:
* bump version
* update meta and changelog

Modified: Text-Quoted/Changes
==============================================================================
--- Text-Quoted/Changes	(original)
+++ Text-Quoted/Changes	Thu Jan 24 12:12:16 2008
@@ -1,5 +1,9 @@
 Revision history for Perl extension Text::Quoted.
 
+2.05 Wed Jan 24 2008
+    - fix tests failure under perl 5.6.x,
+      thanks to David Cantrell for cpan testing it
+
 2.04 Wed Jan 23 2008
     - use own expand_tabs instead of Text::Tabs
     - avoid segfaults when pos() is used inside of regexp

Modified: Text-Quoted/META.yml
==============================================================================
--- Text-Quoted/META.yml	(original)
+++ Text-Quoted/META.yml	Thu Jan 24 12:12:16 2008
@@ -16,4 +16,4 @@
 requires: 
   Text::Autoformat: 0
   perl: 5.6.0
-version: 2.04
+version: 2.05

Modified: Text-Quoted/Quoted.pm
==============================================================================
--- Text-Quoted/Quoted.pm	(original)
+++ Text-Quoted/Quoted.pm	Thu Jan 24 12:12:16 2008
@@ -1,5 +1,5 @@
 package Text::Quoted;
-our $VERSION = "2.04";
+our $VERSION = "2.05";
 use 5.006;
 use strict;
 use warnings;



More information about the Bps-public-commit mailing list