[Bps-public-commit] r10456 - Text-Quoted
ruz at bestpractical.com
ruz at bestpractical.com
Wed Jan 23 10:50:37 EST 2008
Author: ruz
Date: Wed Jan 23 10:50:36 2008
New Revision: 10456
Modified:
Text-Quoted/Changes
Text-Quoted/MANIFEST
Text-Quoted/META.yml
Text-Quoted/Quoted.pm
Log:
* bump version
* update META, MANIFEST and Changes
Modified: Text-Quoted/Changes
==============================================================================
--- Text-Quoted/Changes (original)
+++ Text-Quoted/Changes Wed Jan 23 10:50:36 2008
@@ -1,5 +1,9 @@
Revision history for Perl extension Text::Quoted.
+2.04 Wed Jan 23 2008
+ - use own expand_tabs instead of Text::Tabs
+ - avoid segfaults when pos() is used inside of regexp
+
2.03 Wed Nov 7 2007
- delete a lot of unused code
- many micro optimisations
Modified: Text-Quoted/MANIFEST
==============================================================================
--- Text-Quoted/MANIFEST (original)
+++ Text-Quoted/MANIFEST Wed Jan 23 10:50:36 2008
@@ -18,3 +18,4 @@
t/4.t
t/5.t
t/6.t
+t/7.t
Modified: Text-Quoted/META.yml
==============================================================================
--- Text-Quoted/META.yml (original)
+++ Text-Quoted/META.yml Wed Jan 23 10:50:36 2008
@@ -15,6 +15,5 @@
- t
requires:
Text::Autoformat: 0
- Text::Tabs: 0
perl: 5.6.0
-version: 2.03
+version: 2.04
Modified: Text-Quoted/Quoted.pm
==============================================================================
--- Text-Quoted/Quoted.pm (original)
+++ Text-Quoted/Quoted.pm Wed Jan 23 10:50:36 2008
@@ -1,5 +1,5 @@
package Text::Quoted;
-our $VERSION = "2.03";
+our $VERSION = "2.04";
use 5.006;
use strict;
use warnings;
More information about the Bps-public-commit
mailing list