[Bps-public-commit] r9613 - Text-Quoted
ruz at bestpractical.com
ruz at bestpractical.com
Wed Nov 7 03:08:21 EST 2007
Author: ruz
Date: Wed Nov 7 03:08:20 2007
New Revision: 9613
Modified:
Text-Quoted/Changes
Text-Quoted/META.yml
Text-Quoted/Quoted.pm
Log:
* bump version
Modified: Text-Quoted/Changes
==============================================================================
--- Text-Quoted/Changes (original)
+++ Text-Quoted/Changes Wed Nov 7 03:08:20 2007
@@ -1,6 +1,6 @@
Revision history for Perl extension Text::Quoted.
-2.03
+2.03 Wed Nov 7 2007
- delete a lot of unused code
- many micro optimisations
- performance improvements, up to 1.5x in total
Modified: Text-Quoted/META.yml
==============================================================================
--- Text-Quoted/META.yml (original)
+++ Text-Quoted/META.yml Wed Nov 7 03:08:20 2007
@@ -1,8 +1,9 @@
---
abstract: Extract the structure of a quoted mail message
-author: Jesse Vincent <jesse at bestpractical.com>
+author:
+ - Jesse Vincent <jesse at bestpractical.com>
distribution_type: module
-generated_by: Module::Install version 0.67
+generated_by: Module::Install version 0.68
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
@@ -16,4 +17,4 @@
Text::Autoformat: 0
Text::Tabs: 0
perl: 5.6.0
-version: 2.02
+version: 2.03
Modified: Text-Quoted/Quoted.pm
==============================================================================
--- Text-Quoted/Quoted.pm (original)
+++ Text-Quoted/Quoted.pm Wed Nov 7 03:08:20 2007
@@ -1,5 +1,5 @@
package Text::Quoted;
-our $VERSION = "2.02";
+our $VERSION = "2.03";
use 5.006;
use strict;
use warnings;
More information about the Bps-public-commit
mailing list