RE: Difficulty installing more and more modules

2006-10-16 Thread Carl Friedberg
The whole makemaker / extutils / install / module builder thing is a work in progress (it is a piece of work, too...) I've started to learn a bit about this. I have found the dependency messages helpful. Have a look at meta.yml to help visualize the dependency tree. I'm suspect some modules us

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

Re: Help building a Perl Module that works under HP-UX and Linux but not under VMS

2006-10-16 Thread Craig A. Berry
At 3:50 AM -0700 10/16/06, doug brann wrote: >I don't know if I'm sending this e-mail to the right place, but I am stuck on >a weird problem building a Perl module. vmsperl is the right place. I believe vmsperl-help is just for help with the mailing list, not for help with Perl or VMS. > >I ha

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

Help building a Perl Module that works under HP-UX and Linux but not under VMS

2006-10-16 Thread doug brann
Hi,I don't know if I'm sending this e-mail to the right place, but I am stuck on a weird problem building a Perl module.I have a persistent perl executable based on the code found in the "perldoc perlembed" example, and this executable will be running scripts that use a Perl module that has a C ext