/usr/local/CPAN/Catalyst-Plugin-PickComponents/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.31012
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Catalyst::Plugin::PickComponents',
          'VERSION_FROM' => 'lib/Catalyst/Plugin/PickComponents.pm',
          'PREREQ_PM' => {
                           'Catalyst' => '0',
                           'MRO::Compat' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => []
        )
;