This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Pod-Simple to CPAN version 3.35.
[perl5.git] / cpan / Pod-Simple / lib / Pod / Simple / DumpAsText.pm
index a232562..71bef50 100644 (file)
@@ -1,7 +1,7 @@
 
 require 5;
 package Pod::Simple::DumpAsText;
-$VERSION = '3.32';
+$VERSION = '3.35';
 use Pod::Simple ();
 BEGIN {@ISA = ('Pod::Simple')}