From: Father Chrysostomos Date: Tue, 22 May 2012 03:42:26 +0000 (-0700) Subject: Increase $Pod::Functions::VERSION to 1.06 X-Git-Tag: upstream/5.20.0~6798 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df7fb54bb6cc0392b5e4b76198f41a68b95a91ae;p=platform%2Fupstream%2Fperl.git Increase $Pod::Functions::VERSION to 1.06 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. --- diff --git a/ext/Pod-Functions/Functions_pm.PL b/ext/Pod-Functions/Functions_pm.PL index c7bb44b..0d38aef 100644 --- a/ext/Pod-Functions/Functions_pm.PL +++ b/ext/Pod-Functions/Functions_pm.PL @@ -198,7 +198,7 @@ L section. =cut -our $VERSION = '1.05'; +our $VERSION = '1.06'; require Exporter;