In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9d2e012d64183eec43221c4a05bdb99934199ec1?hp=9dd0d3936597070001bcc933b4415b1e113437ee>

- Log -----------------------------------------------------------------
commit 9d2e012d64183eec43221c4a05bdb99934199ec1
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Thu Feb 28 17:51:14 2013 +0000

    Revert "Bump Pod::Html to 1.19"
    
    This reverts commit 46b428ce5128df764ce460c744a3c4f0f9727b5b.
-----------------------------------------------------------------------

Summary of changes:
 ext/Pod-Html/lib/Pod/Html.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/Pod-Html/lib/Pod/Html.pm b/ext/Pod-Html/lib/Pod/Html.pm
index 2b370bd..72b37c2 100644
--- a/ext/Pod-Html/lib/Pod/Html.pm
+++ b/ext/Pod-Html/lib/Pod/Html.pm
@@ -3,7 +3,7 @@ use strict;
 require Exporter;
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = 1.19;
+$VERSION = 1.18;
 @ISA = qw(Exporter);
 @EXPORT = qw(pod2html htmlify);
 @EXPORT_OK = qw(anchorify);

--
Perl5 Master Repository

Reply via email to