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
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
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
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:
>
>
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
[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
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
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
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
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
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
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
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
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
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?
28 matches
Mail list logo