diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-07-17 10:17:39 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-07-17 10:17:39 +0100 |
commit | e1f74b1ab09f3774466834ae04ca0dc7ea854e43 (patch) | |
tree | 91850bb4bed2f6eb78a5b2d798db686bddde8676 /cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm | |
parent | b4c6bb8471e06f410c5af881b3f5530dacb82dbe (diff) | |
download | perl-e1f74b1ab09f3774466834ae04ca0dc7ea854e43.tar.gz |
Update Pod-Simple to CPAN version 3.18
[DELTA]
2011-07-16 David E. Wheeler <david@justatheory.org>
* Release 3.18
Pod::Simple now properly parses Pod files using Mac OS Classic line-
endings (\r). Marc Green/Google Summer of Code.
Fixed test failure in 't/search50.t when the test finds a .pod but
the module is in a .pm. Thanks to the cpan-testers who reported
this when the test searched for Capture::Tiny.
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm b/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm index 4592c32a9d..d75ba6886f 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm @@ -5,7 +5,7 @@ require 5; package Pod::Simple::TranscodeDumb; use strict; use vars qw($VERSION %Supported); -$VERSION = '3.17'; +$VERSION = '3.18'; # This module basically pretends it knows how to transcode, except # only for null-transcodings! We use this when Encode isn't # available. |