# from Adam Kennedy
# on Saturday 28 October 2006 06:11 pm:

>If you need the plugin installed at perl Build.PL-time, then anything
>that would not work under dynamic_config: 0 breaks the plugin.

inc/MyCustomBuilder.pm
  package MyCustomBuilder;
  use inc::builder;
  use base builder('Module::Build::Pluggable');

Build.PL
  use inc::MyCustomBuilder;
  # blah blah blah

I don't need anything at Build.PL-time there.  What am I missing?

--Eric
-- 
"Insert random misquote here"
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to