Hi Andreas,

>
> Well, Gerald, sorry, but it does not really fit best into Net::,
> because Net is a pretty generic term whereas HTTP is a pretty specific
> term. And specific is better. It's a problem shared by Net:: and
> Text:: namespace (on similar ground we generally tend to reject Sys::
> namespace).
>

ok, no problem to move it to HTTP::

> So if you could just take over HTTP::Dav that would be a better
> alternative.

Taking over HTTP::Dav will not work, because HTTP::Dav is a pure Perl module
and Net::Webdav a Perl wrapper for a C library and both has different
interfaces. Also I have talked to the author of HTTP::Dav, he still want's
to add the missing features someday, so he doesn't give up at all. Since I
had an urgend need for a webdav client in Perl, I have considered a)
patching the existing HTTP::DAV or b) creating a new module, which uses an
existing, well maintained C library. I have choosen the second alternative,
because I have gotten much more functionality with much less work.

>If this is inconvenient, HTTP::Webdav looks better to me
> than any choice in Net::
>

ok, I rename the next version to HTTP::Webdav and delete the already
uploaded Net::Webdav from CPAN

Is this ok ?

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


Reply via email to