Re: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems

2006-01-17 Thread Craig A. Berry
At 10:32 AM -0600 1/17/06, Craig Berry wrote: > >On Tuesday, January 17, 2006, at 03:26AM, Allison Randal <[EMAIL PROTECTED]> >wrote: > >I don't have access to VMS, so I'd appreciate it if you'd check and >>make sure the patch still solves your problem after my changes. You >>can find the pre-r

Re: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems

2006-01-17 Thread sebb
On 17/01/06, Craig Berry <[EMAIL PROTECTED]> wrote: > > On Tuesday, January 17, 2006, at 03:26AM, Allison Randal <[EMAIL PROTECTED]> > wrote: > > >On Dec 27, 2005, at 18:59, Craig A. Berry wrote: > > > > >This patch has a few problems that show up as a large number of > >"uninitialized value" warn

Re: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems

2006-01-17 Thread Craig Berry
On Tuesday, January 17, 2006, at 03:26AM, Allison Randal <[EMAIL PROTECTED]> wrote: >On Dec 27, 2005, at 18:59, Craig A. Berry wrote: > >This patch has a few problems that show up as a large number of >"uninitialized value" warnings during 'make test'. The first problem >is that it assumes

Re: how to install a loadable module?

2006-01-17 Thread Peter Prymmer
Martin Guzman <[EMAIL PROTECTED]> wrote on 01/16/2006 10:22:40 AM: > Hello, > > I just started to use perl (which mean I'm a neophite on this) and got it > installed on OpenVMS 8.2-1 Itanium. > I am trying to install and get to work (http://www.stalker.com/CGPerl/) CGP:: > CLI class, which us

Re: [BUG] option for shared perl_root is broken

2006-01-17 Thread Craig A. Berry
At 1:14 PM +0100 1/16/06, Frans Slothouber wrote: >One of the questions that configure.com ask is: > > "Will you be sharing your PERL_ROOT with a VAX or Alpha? [n]" > >this in theory allows you to build perl on a VAX, Alpha, and IX >and let them share a common root-directory for the libs and docs.

Re: how to install a loadable module?

2006-01-17 Thread Craig A. Berry
At 5:07 PM -0800 1/16/06, martin guzman wrote: >Thanks Craig > >is MMK or MMS part of perl? >how I get them? No, they're not. They are build tools analogous to Unix make. You can buy MMS from HP. You can get MMK for free here: http://www.madgoat.com > >I have version 5.6 and it does not inclu

Re: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems

2006-01-17 Thread Allison Randal
On Dec 27, 2005, at 18:59, Craig A. Berry wrote: The current implementation of Pod::Simple::Search assumes that case-preserved package and pod names can be constructed from filenames, which is not always true, at least not on VMS, where the patch knocks out about a dozen test failures in blea