in reply to Re^2: How to create installable modules ?
in thread How to create installable modules ?

If you install the tools with CPAN.pm, my cpan script, or CPAN++, they can automatically handle the dependencies for you. Simply running the Makefile.PL script won't do that for you.

--
brian d foy <brian@stonehenge.com>
Subscribe to The Perl Review
  • Comment on Re^3: How to create installable modules ?

Replies are listed 'Best First'.
Re^4: How to create installable modules ?
by Anonymous Monk on Jan 12, 2006 at 11:21 UTC
    Hi Brian, So how we install the module through CPAN utility after creating the makefile.pl. Thanks and regards