/usr/local/CPAN/HTML-Template-Compiled-Plugin-InlineImage/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'HTML::Template::Compiled::Plugin::InlineImage',
          'VERSION_FROM' => 'lib/HTML/Template/Compiled/Plugin/InlineImage.pm',
          'PREREQ_PM' => {
                           'HTML::Template::Compiled' => '0.73',
                           'MIME::Base64' => 0
                         }
        )
;