The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Chart::OFC2',
          'VERSION_FROM' => 'lib/Chart/OFC2.pm',
          'PREREQ_PM' => {
                           'Carp::Clan' => 0,
                           'Class::MOP' => '0.65',
                           'File::Slurp' => 0,
                           'JSON::XS' => 0,
                           'List::MoreUtils' => 0,
                           'List::Util' => 0,
                           'Moose' => 0,
                           'Moose::Util::TypeConstraints' => 0,
                           'MooseX::StrictConstructor' => 0,
                           'Scalar::Util' => 0,
                           'Test::Differences' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;