Skip to content

Commit

Permalink
Update Pod-Checker to CPAN version 1.73
Browse files Browse the repository at this point in the history
  [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"
  • Loading branch information
bingos committed Jun 16, 2016
1 parent 3735683 commit 0de6c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Expand Up @@ -884,7 +884,7 @@ package Maintainers;
},

'Pod::Checker' => {
'DISTRIBUTION' => 'MAREKR/Pod-Checker-1.72.tar.gz',
'DISTRIBUTION' => 'MAREKR/Pod-Checker-1.73.tar.gz',
'FILES' => q[cpan/Pod-Checker],
},

Expand Down
3 changes: 1 addition & 2 deletions cpan/Pod-Checker/lib/Pod/Checker.pm
Expand Up @@ -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
Expand Down

0 comments on commit 0de6c76

Please sign in to comment.