/usr/local/CPAN/Image-Timeline/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Image::Timeline',
          'VERSION_FROM' => 'Timeline.pm',
          'PREREQ_PM' => {
                           'Test' => 0,
                           'GD' => 0
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;