X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFile%2FFetch.pm;h=8c8b3f90a573a2fe9bfd6ab1bf2ab7ea901424f6;hb=8fda732ba35b09fe6fd97b1463e2008d5752e71d;hp=01227fee583d48a49e83f8e7ac4881ad423504a9;hpb=5e6d05d20c243d88ee1890c69c618bae4d5dcf64;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/File/Fetch.pm b/lib/File/Fetch.pm index 01227fe..8c8b3f9 100644 --- a/lib/File/Fetch.pm +++ b/lib/File/Fetch.pm @@ -23,7 +23,7 @@ use vars qw[ $VERBOSE $PREFER_BIN $FROM_EMAIL $USER_AGENT use constant QUOTE => do { $^O eq 'MSWin32' ? q["] : q['] }; -$VERSION = '0.13_04'; +$VERSION = '0.14'; $VERSION = eval $VERSION; # avoid warnings with development releases $PREFER_BIN = 0; # XXX TODO implement $FROM_EMAIL = 'File-Fetch@example.com';