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.3607
require 5.008000;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Test::FileReferenced',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Test/FileReferenced.pm',
          'PREREQ_PM' => {
                           'Test::Exception' => '0.27',
                           'FindBin' => '1.47',
                           'File::Spec' => '3.2701',
                           'YAML::Any' => '0.71',
                           'Test::More' => '0.94',
                           'File::Basename' => '2.74',
                           'Cwd' => '3.2701'
                         }
        )
;