summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-21 11:03:22 +0200
committerNicholas Clark <nick@ccl4.org>2011-07-21 11:03:22 +0200
commit6252d2e2d2e94f1cb64ccaf51a8fde59ff4464dc (patch)
tree7d3cb3ef20d388416df254f92e85e9f1d6d882fe
parentd477ab3eb4369a52e169b5dd85ddb7eb23241df0 (diff)
downloadperl-6252d2e2d2e94f1cb64ccaf51a8fde59ff4464dc.tar.gz
Increase $PerlIO::via::VERSION following commit d477ab3eb4369a52.
-rw-r--r--ext/PerlIO-via/via.pm2
-rw-r--r--pod/perldelta.pod6
2 files changed, 7 insertions, 1 deletions
diff --git a/ext/PerlIO-via/via.pm b/ext/PerlIO-via/via.pm
index 77021de37b..601be80bbc 100644
--- a/ext/PerlIO-via/via.pm
+++ b/ext/PerlIO-via/via.pm
@@ -1,5 +1,5 @@
package PerlIO::via;
-our $VERSION = '0.11';
+our $VERSION = '0.12';
require XSLoader;
XSLoader::load();
1;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 74162d7e12..ff2687f135 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -102,6 +102,12 @@ There is no change to ExtUtils::Install other than the version number
increase, but L<ExtUtils::Installed> has been upgraded from version 1.999_001
to vesion 1.999002 and a new C<skip_cwd> attribute has been added.
+=item *
+
+L<PerlIO::via> has been upgraded from version 0.11 to 0.12.
+
+The only change is a correction in the documentation.
+
=back
=head2 Removed Modules and Pragmata