/usr/local/CPAN/Plugin-Installer/Makefile.PL


use ExtUtils::MakeMaker;

WriteMakefile
(
        NAME            => 'Plugin::Installer',

        VERSION         => '0.04',

        ABSTRACT                => <<'END',
Installer top-end handler for plugins. AUTOLOAD 
dispatches to the compiler, optionally installes 
returned referents and dispatches coderefs.
END

        PREREQ_PM =>
        {
                # these are mostly standard distro fare: whatever's
                # available should be fine.

                strict          => 0,
                Symbol          => 0,
                Carp            => 0,
                Scalar::Util    => 0,
                Test::Simple    => 0,
        },
);