This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Bump Pod::Simple from 3.35 to 3.36"
[perl5.git] / cpan / Pod-Simple / lib / Pod / Simple / DumpAsXML.pm
index b68597f..9d84878 100644 (file)
@@ -1,7 +1,7 @@
 
 require 5;
 package Pod::Simple::DumpAsXML;
-$VERSION = '3.36';
+$VERSION = '3.35';
 use Pod::Simple ();
 BEGIN {@ISA = ('Pod::Simple')}