Skip to content

Commit

Permalink
Update Pod-Usage to CPAN version 1.69
Browse files Browse the repository at this point in the history
  [DELTA]

1.69 (marekr)
- CPAN#111313: Makefile creation issue with Pod-Usage-1.68
  thanks to H M Brand for the suggestion on how to create a more portable
  tar.gz distribution file
- CPAN#109830: Tests fail
  bundle some old Pod::Parser modules in the test so that there is no more
  dependency. This has to refactored one day to entirely get rid of that
  • Loading branch information
bingos committed Jun 16, 2016
1 parent f328551 commit 3735683
Show file tree
Hide file tree
Showing 9 changed files with 4,289 additions and 9 deletions.
4 changes: 4 additions & 0 deletions MANIFEST
Expand Up @@ -2172,6 +2172,10 @@ cpan/Pod-Simple/t/xhtml-bkb.t
cpan/Pod-Simple/t/x_nixer.t Pod::Simple test file
cpan/Pod-Usage/lib/Pod/Usage.pm
cpan/Pod-Usage/scripts/pod2usage.PL
cpan/Pod-Usage/t/inc/Pod/InputObjects.pm
cpan/Pod-Usage/t/inc/Pod/Parser.pm
cpan/Pod-Usage/t/inc/Pod/PlainText.pm
cpan/Pod-Usage/t/inc/Pod/Select.pm
cpan/Pod-Usage/t/pod/headwithmarkup.pl
cpan/Pod-Usage/t/pod/headwithmarkup.t
cpan/Pod-Usage/t/pod/p2u_data.pl
Expand Down
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Expand Up @@ -922,7 +922,7 @@ package Maintainers;
},

'Pod::Usage' => {
'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.68.tar.gz',
'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.69.tar.gz',
'FILES' => q[cpan/Pod-Usage],
},

Expand Down
2 changes: 1 addition & 1 deletion cpan/Pod-Usage/lib/Pod/Usage.pm
Expand Up @@ -12,7 +12,7 @@ package Pod::Usage;
use strict;

use vars qw($VERSION @ISA @EXPORT);
$VERSION = '1.68'; ## Current version of this package
$VERSION = '1.69'; ## Current version of this package
require 5.006; ## requires this Perl version or later

#use diagnostics;
Expand Down

0 comments on commit 3735683

Please sign in to comment.