RFC: Long path name support on VMS issue.

2005-10-18 Thread John E. Malmberg
With 64 bit OpenVMS 7.2, The OpenVMS ODS-5 file system can support paths as long as 4096 characters long. Perl on VMS is currently limited in most places to paths that are only 255 characters long. I am looking at removing that restriction on 64 bit OpenVMS. The issue that comes up is that

Module name advice

2005-10-18 Thread Mattia Barbon \[EMAIL PROTECTED]
Hi, I am writing a Perl driver for Selenium, a website testing tool [1], and I need to choose a proper name for the module. Having discarded a top-level namespace, I am now inclined to use WWW::Selenium for the Selenium driver and Test::Selenium for the TAP-emitting module to be used in test

Re: Module name advice

2005-10-18 Thread David Golden
Mattia Barbon [EMAIL PROTECTED] wrote: Having discarded a top-level namespace, I am now inclined to use WWW::Selenium for the Selenium driver and Test::Selenium for the TAP-emitting module to be used in test scripts. Does anybody have suggestions? For consistency with WWW::Mechanize and