Skip to content

Commit

Permalink
Increment to v0.34.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 23, 2011
1 parent 1b79bab commit 410f541
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension Encode::ZapCP1252

0.34

0.33 2011-11-23T05:19:36Z
- Require Test::Pod 1.41 to support `L<text|url>` syntax in the Pod.
- Support for decoded strings is supported only in 5.8.8 and higher due
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
Encode/CP1252 version 0.33
Encode/CP1252 version 0.34
==========================

Have you ever been processing a Web form submit, assuming that the incoming
Expand Down
2 changes: 1 addition & 1 deletion lib/Encode/ZapCP1252.pm
Expand Up @@ -5,7 +5,7 @@ require Exporter;
use vars qw($VERSION @ISA @EXPORT);
use 5.006_002;

$VERSION = '0.33';
$VERSION = '0.34';
@ISA = qw(Exporter);
@EXPORT = qw(zap_cp1252 fix_cp1252);
use constant PERL588 => $] >= 5.008_008;
Expand Down

0 comments on commit 410f541

Please sign in to comment.