summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/File-Fetch/lib/File/Fetch.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 124b54d4e4..b59efb5e5e 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -758,7 +758,7 @@ use File::Glob qw(:case);
'File::Fetch' => {
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/File-Fetch-0.42.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/File-Fetch-0.44.tar.gz',
'FILES' => q[cpan/File-Fetch],
'UPSTREAM' => 'cpan',
},
diff --git a/cpan/File-Fetch/lib/File/Fetch.pm b/cpan/File-Fetch/lib/File/Fetch.pm
index 75e42c677d..0205e93d83 100644
--- a/cpan/File-Fetch/lib/File/Fetch.pm
+++ b/cpan/File-Fetch/lib/File/Fetch.pm
@@ -22,7 +22,7 @@ use vars qw[ $VERBOSE $PREFER_BIN $FROM_EMAIL $USER_AGENT
$FTP_PASSIVE $TIMEOUT $DEBUG $WARN
];
-$VERSION = '0.42';
+$VERSION = '0.44';
$VERSION = eval $VERSION; # avoid warnings with development releases
$PREFER_BIN = 0; # XXX TODO implement
$FROM_EMAIL = 'File-Fetch@example.com';