summaryrefslogtreecommitdiff
path: root/cpan/Pod-Checker
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-06-16 13:37:21 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-06-16 13:37:21 +0100
commit0de6c762a26eee78d6c85af739cbb17ccbbeadc6 (patch)
tree846543f792863cb176b70111980bce04b5232603 /cpan/Pod-Checker
parent3735683b023fce9f2d10ced6617390155313b6dd (diff)
downloadperl-0de6c762a26eee78d6c85af739cbb17ccbbeadc6.tar.gz
Update Pod-Checker to CPAN version 1.73
[DELTA] 30-May-2016 Marek Rouchal <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.73 + CPAN#114623: Changes file gives wrong date for 1.72 fix for typo in this file, do it right this time for 1.73 + CPAN#113846: 1.71 broke core t/porting/podcheck.t removed spurious "use Data::Dumper"
Diffstat (limited to 'cpan/Pod-Checker')
-rw-r--r--cpan/Pod-Checker/lib/Pod/Checker.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpan/Pod-Checker/lib/Pod/Checker.pm b/cpan/Pod-Checker/lib/Pod/Checker.pm
index 5188f96a65..0d18aaedb1 100644
--- a/cpan/Pod-Checker/lib/Pod/Checker.pm
+++ b/cpan/Pod-Checker/lib/Pod/Checker.pm
@@ -9,9 +9,8 @@
package Pod::Checker;
use strict;
use warnings;
-use Data::Dumper
-our $VERSION = '1.72'; ## Current version of this package
+our $VERSION = '1.73'; ## Current version of this package
=head1 NAME