/usr/local/CPAN/Objects-Collection/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Objects::Collection',
          'VERSION_FROM' => 'lib/Objects/Collection.pm',
          'PREREQ_PM' => {},
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;