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

You can't automatically install it as a prerequisite unless you know how to install it. It's a bit of a Catch-22: you can't process a Build.PL until you have Module::Build, and you can't install Module::Build (for the first time, at least) with a Build.PL. :)

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

Replies are listed 'Best First'.
Re^6: How to create installable modules ?
by blm (Hermit) on Jan 13, 2006 at 07:17 UTC
    Thanks for clarifying that for me, brian! :-)