URI::URL 3.02 released

Gisle Aas (aas@oslonett.no)
Tue, 25 Jul 1995 11:23:07 +0200


Available from:   http://www.oslonett.no/home/aas/perl/www/

I skipped version number 3.01 in order not to confuse it with Andreas Koenig's 
self-loader version.  Changes since version 3.00 are:

   o  $url->elem() is gone
   o  anonymous login for ftp is default
   o  better gopher support
   o  https support
   o  corrections to documentation

URI::URL-3.02 is also included in the lwp-0.02 release.

--
Gisle Aas                               <aas@oslonett.no>
Oslonett AS                             http://www.oslonett.no/home/aas/



onett.no>

 o  Release 0.02

 o  Included URI::URL in the release



Mon Jul 24 1995   Gisle Aas <aas@oslonett.no>

 o  Incorporated Makemake.PL and VERSION from Andreas Koenig <koenig@mind.de>
    As a result of this the following things have changed:
       - programs in "bin" are extracted from .PL-files
       - reintroduced "lib"
       - "test" has been renamed as "t"
       - test programs in "t" has been made Test::Harness compatible
       - we now have a MANIFEST file
       - no more need fro update_version, make-dist, lwp-install

 o  Renamed bin/get to bin/request.  Links to it are now all upper case.

 o  Proxy support in bin/request (provided by Martijn Koster)

 o  UserAgent can now load proxy settings from environment

 o  LWP::Protocol::ftp is under way but not really finished



Tue Jul 18 1995   Gisle Aas <aas@oslonett.no>

 o  Implemented LWP::Protocol::gopher

 o  Implemented LWP::Protocol::mailto

 o  Fixed proxy typo


--
Gisle Aas                               <aas@oslonett.no>
Oslonett AS                             http://www.oslonett.no/home/aas/



PS. Are there somebody out there that wants to finish the LWP::Protocol::ftp 
module?