Re: Difficulty installing more and more modules

2006-10-19 Thread Mark Berryman
Michael G Schwern wrote: Craig Berry wrote: Fix it? What's broken about it on VMS? There's a distinct lack of VMS bug reports in its bug queue and I have a commit bit. http://rt.cpan.org/Public/Dist/Display.html?Name=ExtUtils-AutoInstall The "it" that doesn't work on VMS is CPAN

Re: Difficulty installing more and more modules

2006-10-19 Thread Mark Berryman
Michael G Schwern wrote: Mark Berryman wrote: Determining a module's dependencies is not the problem. In fact, I had already installed all of this particular module's dependencies before I even attempted to install the module. Attempting to install the module results in the following: $ per

Re: Difficulty installing more and more modules

2006-10-19 Thread Michael G Schwern
Craig Berry wrote: >>> Fix it? What's broken about it on VMS? There's a distinct lack of VMS bug >>> reports in its bug queue and I have a commit bit. >>> http://rt.cpan.org/Public/Dist/Display.html?Name=ExtUtils-AutoInstall > > The "it" that doesn't work on VMS is CPAN (the module, not the arc

Re: Difficulty installing more and more modules

2006-10-18 Thread Michael G Schwern
Mark Berryman wrote: > Determining a module's dependencies is not the problem. In fact, I had > already installed all of this particular module's dependencies before I > even attempted to install the module. Attempting to install the module > results in the following: > $ perl makefile.pl > ==> E

Re: Difficulty installing more and more modules

2006-10-18 Thread Michael G Schwern
Michael G Schwern wrote: >> $ cd extutils-autoinstall-0_63 >> $ perl makefile.pl >> Can't locate object method "new" via package >> "Module::Install::autoinstall" (per >> haps you forgot to load "Module::Install::autoinstall"?) at >> inc/Module/Install.p >> m - /usr/local/lib/perl5/site_perl/5.8.7/

Re: Difficulty installing more and more modules

2006-10-18 Thread Craig Berry
On Wednesday, October 18, 2006, at 09:33AM, Mark Berryman <[EMAIL PROTECTED]> wrote: >Michael G Schwern wrote: >> Mark Berryman wrote: >> >>> More and more of the modules I need to install in Perl generate a >>> message similar to the following: >>> >>> $ perl makefile.pl >>> ==> ExtUtils::

Re: Difficulty installing more and more modules

2006-10-18 Thread Mark Berryman
Michael G Schwern wrote: Mark Berryman wrote: More and more of the modules I need to install in Perl generate a message similar to the following: $ perl makefile.pl ==> ExtUtils::AutoInstall 0.52 required. Install it from CPAN? [Y/n] If I understand correctly, this is a module that automat

Re: Difficulty installing more and more modules

2006-10-18 Thread Michael G Schwern
Mark Berryman wrote: > More and more of the modules I need to install in Perl generate a > message similar to the following: > > $ perl makefile.pl > ==> ExtUtils::AutoInstall 0.52 required. Install it from CPAN? [Y/n] > > If I understand correctly, this is a module that automatically installs >

RE: Difficulty installing more and more modules

2006-10-16 Thread Carl Friedberg
ct: Re: Difficulty installing more and more modules > > Craig A. Berry wrote: > > At 3:51 PM -0600 10/16/06, Mark Berryman wrote: > > > >> More and more of the modules I need to install in Perl > generate a message similar to the following: > >> > >>

Re: Difficulty installing more and more modules

2006-10-16 Thread Mark Berryman
Craig A. Berry wrote: At 3:51 PM -0600 10/16/06, Mark Berryman wrote: More and more of the modules I need to install in Perl generate a message similar to the following: $ perl makefile.pl ==> ExtUtils::AutoInstall 0.52 required. Install it from CPAN? [Y/n] If I understand correctly, this

Re: Difficulty installing more and more modules

2006-10-16 Thread Craig A. Berry
At 3:51 PM -0600 10/16/06, Mark Berryman wrote: >More and more of the modules I need to install in Perl generate a message >similar to the following: > >$ perl makefile.pl >==> ExtUtils::AutoInstall 0.52 required. Install it from CPAN? [Y/n] > >If I understand correctly, this is a module that aut

Difficulty installing more and more modules

2006-10-16 Thread Mark Berryman
More and more of the modules I need to install in Perl generate a message similar to the following: $ perl makefile.pl ==> ExtUtils::AutoInstall 0.52 required. Install it from CPAN? [Y/n] If I understand correctly, this is a module that automatically installs dependencies from CPAN, which cur