diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-08 13:06:28 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-08 13:06:28 +0000 |
commit | ac066c2ab5bc31260104aeee778921b186894769 (patch) | |
tree | 15e08a62ed572c98fd7e6f9d84531aa3e8c06073 /cpan/File-Fetch/lib/File/Fetch.pm | |
parent | 89ae55b4fdacfcb93835aff4d5ee41388115c758 (diff) | |
download | perl-ac066c2ab5bc31260104aeee778921b186894769.tar.gz |
Update File-Fetch to CPAN version 0.30
[DELTA]
Changes for 0.30 Fri Jan 7 21:00:27 2011
=================================================
* Apply blead patches from Peter Acklam
Diffstat (limited to 'cpan/File-Fetch/lib/File/Fetch.pm')
-rw-r--r-- | cpan/File-Fetch/lib/File/Fetch.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/File-Fetch/lib/File/Fetch.pm b/cpan/File-Fetch/lib/File/Fetch.pm index 2223a5ea3d..c864b9158e 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.28'; +$VERSION = '0.30'; $VERSION = eval $VERSION; # avoid warnings with development releases $PREFER_BIN = 0; # XXX TODO implement $FROM_EMAIL = 'File-Fetch@example.com'; |