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
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
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
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
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
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