This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
import Pod-Simple 3.14 for C<< >> fix
[perl5.git] / cpan / Pod-Simple / lib / Pod / Simple / TranscodeSmart.pm
index d6dc62c..bab59fc 100644 (file)
@@ -9,7 +9,7 @@ use strict;
 use Pod::Simple;
 require Encode;
 use vars qw($VERSION );
-$VERSION = '3.13';
+$VERSION = '3.14';
 
 sub is_dumb  {0}
 sub is_smart {1}