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' => 'Image::XBin',
          'VERSION_FROM' => 'lib/Image/XBin.pm',
          'PREREQ_PM' => {
                           'Class::Accessor' => 0,
                           'File::SAUCE' => '0.12',
                           'File::Temp' => 0,
                           'GD' => '2.17',
                           'IO::File' => 0,
                           'IO::String' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;