summaryrefslogtreecommitdiff
path: root/dist/encoding-warnings
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-05-22 13:51:58 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-13 01:12:47 -0700
commit1a53cdb5c0a2c7f6b92ecb87480a4448bb6022c0 (patch)
tree9163afd7898e5a30e6c666bae4974a772c881bc6 /dist/encoding-warnings
parentb907137092fee3543ab991649fc6a69d6c97f964 (diff)
downloadperl-1a53cdb5c0a2c7f6b92ecb87480a4448bb6022c0.tar.gz
Increase $encoding::warnings::VERSION to 0.13
Diffstat (limited to 'dist/encoding-warnings')
-rw-r--r--dist/encoding-warnings/lib/encoding/warnings.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/encoding-warnings/lib/encoding/warnings.pm b/dist/encoding-warnings/lib/encoding/warnings.pm
index 3e76b0bc83..d75277e210 100644
--- a/dist/encoding-warnings/lib/encoding/warnings.pm
+++ b/dist/encoding-warnings/lib/encoding/warnings.pm
@@ -1,5 +1,5 @@
package encoding::warnings;
-$encoding::warnings::VERSION = '0.12';
+$encoding::warnings::VERSION = '0.13';
use strict;
use 5.007;
@@ -10,8 +10,8 @@ encoding::warnings - Warn on implicit encoding conversions
=head1 VERSION
-This document describes version 0.11 of encoding::warnings, released
-June 5, 2007.
+This document describes version 0.13 of encoding::warnings, released
+June 20, 2016.
=head1 NOTICE