Skip to content

Commit f4b02d7

Browse files
committed
File-Path: sync in CPAN version 2.17
1 parent 81295a4 commit f4b02d7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Porting/Maintainers.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ package Maintainers;
505505
},
506506

507507
'File::Path' => {
508-
'DISTRIBUTION' => 'JKEENAN/File-Path-2.16.tar.gz',
508+
'DISTRIBUTION' => 'JKEENAN/File-Path-2.17.tar.gz',
509509
'FILES' => q[cpan/File-Path],
510510
'EXCLUDED' => [
511511
qw(t/Path-Class.t),

cpan/File-Path/lib/File/Path.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BEGIN {
1818

1919
use Exporter ();
2020
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
21-
$VERSION = '2.16';
21+
$VERSION = '2.17';
2222
$VERSION = eval $VERSION;
2323
@ISA = qw(Exporter);
2424
@EXPORT = qw(mkpath rmtree);
@@ -633,7 +633,7 @@ File::Path - Create or remove directory trees
633633
634634
=head1 VERSION
635635
636-
2.16 - released August 31 2018.
636+
2.17 - released July 18 2020.
637637
638638
=head1 SYNOPSIS
639639
@@ -1277,7 +1277,7 @@ Contributors to File::Path, in alphabetical order by first name.
12771277
=head1 COPYRIGHT
12781278
12791279
This module is copyright (C) Charles Bailey, Tim Bunce, David Landgren,
1280-
James Keenan and Richard Elberger 1995-2018. All rights reserved.
1280+
James Keenan and Richard Elberger 1995-2020. All rights reserved.
12811281
12821282
=head1 LICENSE
12831283

cpan/File-Path/t/Path_root.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ sub max_g {
112112
my $max_gid = 0;
113113
my $max_group = undef;
114114
while ( my @g = getgrent() ) {
115-
print Dumper @g;
116115
if ($max_gid < $g[2]) {
117116
$max_gid = $g[2];
118117
$max_group = $g[0];

0 commit comments

Comments
 (0)