Increase $Pod::Functions::VERSION to 1.06
authorFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 03:42:26 +0000 (20:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:26:49 +0000 (22:26 -0700)
The previous commit modified Pod::Functions by modifying perlfunc.pod,
but we have things set up in such a way that cmp_version.t won’t
see it.

ext/Pod-Functions/Functions_pm.PL

index c7bb44b..0d38aef 100644 (file)
@@ -198,7 +198,7 @@ L<perlfunc/"Perl Functions by Category"> section.
 
 =cut
 
-our $VERSION = '1.05';
+our $VERSION = '1.06';
 
 require Exporter;