diff options
| author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-02-12 12:51:06 +0000 |
|---|---|---|
| committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-02-12 12:51:06 +0000 |
| commit | 96f13870a439fcc62353966dc04492541cfbae6a (patch) | |
| tree | 5e0ad743cd88ef191484e8058f4b843c56e89a0e /cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm | |
| parent | d52b857690116b4b653e6dd1781067e8c72e6f62 (diff) | |
| download | perl-96f13870a439fcc62353966dc04492541cfbae6a.tar.gz | |
Update Pod-Perldoc to CPAN version 3.25
[DELTA]
3.25 - Thu Feb 12 03:06:43 UTC 2015
* No changes - roll an official
release for inclusion in Perl 5.22
3.24_02 - Wed Jan 21 03:12:37 UTC 2015
* Dave Mitchell sent a patch to reduce stderr spam
during core perl builds. Resolves RT#101493
* Make perldoc honor the MANPAGER environment
variable as documented. Resolves RT#100933
* Decode command line arguments at UTF-8 data.
Resolves RT#9806
3.24_01 - Wed Sep 10 03:13:58 UTC 2014
* The 'ToTerm' backend generates terminal escape sequences that
the 'less' pager does not display by default. The "-R" option
controls this, so pass it in the LESS environment variable
to avoid disturbing other pager invocations. Patch by
Niko Tyni. Closes RT#98636
* Unify filehandle opens and encoding into two methods
'open_fh' and 'set_encoding'. Based on a pull request
by Koichi KUBO. Closes RT#98019 better than c3fd47f :)
* Applied PR by Olivier Mengué to 'use parent' instead
of 'use base'
Diffstat (limited to 'cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm')
| -rw-r--r-- | cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm b/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm index f1670e39e0..9da514f7f6 100644 --- a/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm +++ b/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm @@ -6,7 +6,7 @@ use vars qw($VERSION); use parent qw( Pod::Simple::XMLOutStream ); use vars qw($VERSION); -$VERSION = '3.24'; +$VERSION = '3.25'; sub is_pageable { 0 } sub write_with_binmode { 0 } |
