building modules that use Module::Install

2012-10-26 Thread Craig A. Berry
An irritant of long standing has been the fact that many Perl modules on CPAN use Module::Install in their Makefile.PL's but Module::Install has been non-functional on VMS for some time, making the modules that use it impossible to build without rewriting the Makefile.PL or other ex

Module::Install progress on VMS (Re: Send your gripes for Audrey's modules (PAR, Module::Install, ExtUtils::AutoInstall...))

2006-10-20 Thread Craig A. Berry
At 2:24 AM -0700 10/20/06, Michael G Schwern wrote: >Adam Kennedy wrote: > > If you did nothing but get Module::Install happy on VMS end to end, >> you'll have done well. > >Working on that. The code is extremely unix-centric. Attached is my working patch, which g

Re: Send your gripes for Audrey's modules (PAR, Module::Install, ExtUtils::AutoInstall...)

2006-10-20 Thread Michael G Schwern
Adam Kennedy wrote: > Craig A. Berry wrote stuff, ending with: >> Module-Install-0.64.tar.gz >> PAR-0.956.tar.gz >> ExtUtils-AutoInstall-0.63.tar.gz > > PAR is now owned by Steffen Mueller primarily. > > ExtUtils::AutoInstall is no longer required seperately

Re: Send your gripes for Audrey's modules (PAR, Module::Install, ExtUtils::AutoInstall...)

2006-10-20 Thread Michael G Schwern
n around to deleting her old versions. > So unless you're a *really* good cook and can persuade her to stay > longer (like a year), we may have to focus our efforts. I've > downloaded the following and will try building them all with blead > and see what happens: > >

Re: Send your gripes for Audrey's modules (PAR, Module::Install, ExtUtils::AutoInstall...)

2006-10-19 Thread Craig A. Berry
ded the following and will try building them all with blead and see what happens: Module-Install-0.64.tar.gz PAR-0.956.tar.gz ExtUtils-AutoInstall-0.63.tar.gz -- Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a sonnet is m

Send your gripes for Audrey's modules (PAR, Module::Install, ExtUtils::AutoInstall...)

2006-10-18 Thread Michael G Schwern
I have Audrey Tang staying at my place this week starting tonite. This means we have a chance of fixing the VMS issues in her modules. Please post here the issues you're having with her modules and I'll see what I can do about getting them fixed this week while I've got her.

Re: Module::Install 0.58 uploaded...

2006-03-05 Thread Adam Kennedy
Craig A. Berry wrote: At 5:15 AM +1100 3/4/06, Adam Kennedy wrote: I've just uploaded MI 0.58, which has the previously requested set of VMS alterations. If anyone would like to take a look and let me know of any further changes, I'd be happy to accept your rt.cpan.org reports. I've been th

Re: Module::Install 0.58 uploaded...

2006-03-05 Thread Craig A. Berry
At 5:15 AM +1100 3/4/06, Adam Kennedy wrote: >I've just uploaded MI 0.58, which has the previously requested set of VMS >alterations. > >If anyone would like to take a look and let me know of any further changes, >I'd be happy to accept your rt.cpan.org reports. I've been thwacking away at it an

Module::Install 0.58 uploaded...

2006-03-03 Thread Adam Kennedy
FYI I've just uploaded MI 0.58, which has the previously requested set of VMS alterations. If anyone would like to take a look and let me know of any further changes, I'd be happy to accept your rt.cpan.org reports. Adam K

Re: Integrating the (old) Module::Install changes from this list

2006-02-24 Thread Adam Kennedy
or now as the most-recommended option. It also what I'd like to move all platforms too if possible. Adam K John E. Malmberg wrote: Adam Kennedy wrote: Hi guys I've just (hand) merged the previously reported patch to add VMS support to Module::Install, and I've got a few questio

Re: Integrating the (old) Module::Install changes from this list

2006-02-24 Thread Craig A. Berry
At 10:28 PM +1100 2/24/06, Adam Kennedy wrote: >Lets assume for the moment I'm not changing the default filename for now >(mainly because I don't actually understand what it does yet) can someone tell >me what is the VMS equivalent of: > >-d 'inc/.author' The problem is that the dot is the direc

Re: Integrating the (old) Module::Install changes from this list

2006-02-24 Thread John E. Malmberg
Adam Kennedy wrote: Hi guys I've just (hand) merged the previously reported patch to add VMS support to Module::Install, and I've got a few questions. Most of the items were ok, but I have a question regarding .author->_author. Lets assume for the moment I'm not ch

Integrating the (old) Module::Install changes from this list

2006-02-24 Thread Adam Kennedy
Hi guys I've just (hand) merged the previously reported patch to add VMS support to Module::Install, and I've got a few questions. Most of the items were ok, but I have a question regarding .author->_author. Lets assume for the moment I'm not changing the default filenam

RE: Module install

2006-02-09 Thread Carl Friedberg
Sharman > Cc: [email protected] > Subject: Re: Module install > > Chris Sharman wrote: > > >Is VMS::IndexedFile the best/only way to read by key ? (it > seems very > >old - version 0.02 from April 1999) > > > > > I use VMS::IndexedFile to access the indexe

Re: Module install

2006-02-09 Thread Thomas Pfau
Chris Sharman wrote: Is VMS::IndexedFile the best/only way to read by key ? (it seems very old - version 0.02 from April 1999) I use VMS::IndexedFile to access the indexed files on my system. The only issue I have with it is the fact that there's no way to change which key you access a fil

Re: Module install

2006-02-09 Thread Craig A. Berry
At 1:42 PM + 2/9/06, Chris Sharman wrote: >I tried to install VMS::IndexedFile with CPAN - it went into a CPU loop. >I killed it, and tried again. >It crashed with an out of memory error. > >I tried from the system account. >I cleared the lock file, and tried installing the Bundle::CPAN it >rec

Module install

2006-02-09 Thread Chris Sharman
I tried to install VMS::IndexedFile with CPAN - it went into a CPU loop. I killed it, and tried again. It crashed with an out of memory error. I tried from the system account. I cleared the lock file, and tried installing the Bundle::CPAN it recommmended. This gave an RMS-F-SYN error, then spool

Re: [PATCH] Module::Install 0.36 for VMS (was Re: Module::Install and portability?)

2005-03-26 Thread Craig A. Berry
At 2:00 PM -0800 3/26/05, Michael G Schwern wrote: >On Sat, Mar 26, 2005 at 09:35:10AM -0600, Craig A. Berry wrote: >> 2.) Use '_author' instead of '.author' when on VMS since a dot in a >> directory name is usually invalid and always awkward. > >Really? I've yet to see a problem with .foo style o

Re: [PATCH] Module::Install 0.36 for VMS (was Re: Module::Install and portability?)

2005-03-26 Thread John E. Malmberg
[Only monitoring [email protected] for replies] Michael G Schwern wrote: On Sat, Mar 26, 2005 at 09:35:10AM -0600, Craig A. Berry wrote: 2.) Use '_author' instead of '.author' when on VMS since a dot in a directory name is usually invalid and always awkward. Really? I've yet to see a problem with

Re: [PATCH] Module::Install 0.36 for VMS (was Re: Module::Install and portability?)

2005-03-26 Thread Michael G Schwern
On Sat, Mar 26, 2005 at 09:35:10AM -0600, Craig A. Berry wrote: > 2.) Use '_author' instead of '.author' when on VMS since a dot in a > directory name is usually invalid and always awkward. Really? I've yet to see a problem with .foo style on VMS. Where does it go wrong? If it is a bad thing on

[PATCH] Module::Install 0.36 for VMS (was Re: Module::Install and portability?)

2005-03-26 Thread Craig A. Berry
Michael G Schwern wrote: If it has to scan the filesystem to figure out what's in inc/ then there could be problems. A simple work around for non-case preserving file systems might be a patch to Module::Install::Base to peek inside the .pm file for a package statement which matches

Re: Module::Install and portability?

2005-03-17 Thread Michael G Schwern
On Thu, Mar 17, 2005 at 03:07:15PM -0600, Craig A. Berry wrote: > >Has anyone gotten Module::Install to work under VMS? Or has anyone _not_ > >been able to get it to install? > > Install, heck, I can't even get it to build: > > $ perl Makefile.PL > Can't l

Re: Module::Install and portability?

2005-03-17 Thread Craig A. Berry
Thomas R Wyant_III wrote: Has anyone gotten Module::Install to work under VMS? Or has anyone _not_ been able to get it to install? Install, heck, I can't even get it to build: $ perl Makefile.PL Can't locate object method "new" via package "Module::Install::autoinstal

Re: Module::Install and portability?

2005-03-15 Thread Thomas R Wyant_III
suing it. But I remember not being able to find modules that were in fact available (if you held your tongue right!). Shoulda pursued it on VMSPerl when it happened. Sorry. Maybe, rather than lamenting about the opportunity I lost, the question is: Has anyone gotten Module::Install to work u

Re: Module::Install and portability?

2005-03-14 Thread Craig Berry
On Monday, March 14, 2005, at 12:10PM, Michael G Schwern <[EMAIL PROTECTED]> wrote: >On Mon, Mar 14, 2005 at 08:46:12AM -0500, Thomas R Wyant_III wrote: >> I didn't have any luck with Module::Install under OpenVMS/AXP 7.1-1. It >> does a fair amount of direct manipu

Re: Module::Install and portability?

2005-03-14 Thread Michael G Schwern
On Mon, Mar 14, 2005 at 08:46:12AM -0500, Thomas R Wyant_III wrote: > I didn't have any luck with Module::Install under OpenVMS/AXP 7.1-1. It > does a fair amount of direct manipulation of @INC in ordinary > circumstances, and even more on the install, because it tries to boots

Re: Module::Install and portability?

2005-03-14 Thread Thomas R Wyant_III
want them out in their own distribution. But I have to be careful not to > introduce a circular dependency. So ideally MakeMaker would continue to > come bundled with its own copies of those modules. This looks like a > job for Module::Install! The question is, how portable is it? And what

Module::Install and portability?

2005-03-13 Thread Michael G Schwern
eally MakeMaker would continue to come bundled with its own copies of those modules. This looks like a job for Module::Install! The question is, how portable is it? And what's the minimum version of Perl it will run on?