diff options
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm b/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm index ae9298ef31..a4bb29ffdb 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm @@ -3,7 +3,7 @@ require 5; package Pod::Simple::Transcode; use strict; use vars qw($VERSION @ISA); -$VERSION = '3.32'; +$VERSION = '3.35'; BEGIN { if(defined &DEBUG) {;} # Okay |