Re: VMS status @14710

2002-02-16 Thread Michael G Schwern
On Sat, Feb 16, 2002 at 05:05:33PM -0600, Craig A. Berry wrote: from miniperl during the build before File::Glob exists. > > I don't suppose there is a way to invoke at run-time the old-style > glob (which for us is really internal, not external)? You could instead just change that test so it on

Re: VMS status @14710

2002-02-16 Thread Craig A. Berry
At 2:15 AM +0200 2/16/02, Jarkko Hietaniemi wrote: > > t/op/glob.t >> >> The test that is failing is: >> >> # ... while ($var = glob(...)) should test definedness not truth >> >> my $ok = "not ok 8\n"; >> $ok = "ok 8\n" while my $var = glob("0"); >> print $ok; >> >> >> This test massively confuses

Re: makepmdist

2002-02-16 Thread Mark Fowler
On Sat, 16 Feb 2002, Sean M. Burke wrote: > I've written a program called makepmdist (which I'm planning to put in > CPAN, once I get a bit of feedback on it) that simplifies the task of > making a dist of a single module. Funky. Currently I'm typing many many commands to make a distribution.

makepmdist

2002-02-16 Thread Sean M. Burke
I hope this isn't too terribly off-topic. Skud mentioned this as a list that might be interesting in this: I've written a program called makepmdist (which I'm planning to put in CPAN, once I get a bit of feedback on it) that simplifies the task of making a dist of a single module. It's not mean