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


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