The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#   $Id: Makefile.PL 65 2014-05-21 22:35:09Z adam $
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Config::Trivial::Storable',
          'VERSION_FROM' => 'lib/Config/Trivial/Storable.pm',
          'PREREQ_PM' => {
                           'Pod::Coverage' => 0,
                           'Test::Pod::Coverage' => 0,
                           'Storable' => '2.0',
                           'Test::Pod' => 0,
                           'Test::More' => 0,
                           'Config::Trivial' => '0.70',
                           'IO::Capture' => 0,
                           'YAML' => 0
                         }
        )
;