/usr/local/CPAN/MasonX-Plugin-Compress/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'MasonX::Plugin::Compress',
          'VERSION_FROM' => 'lib/MasonX/Plugin/Compress.pm',
          'PREREQ_PM' => {
                           'Class::Accessor' => '0',
                           'Compress::Bzip2' => '2',
                           'Compress::Zlib' => '0',
                           'HTML::Mason' => '1.29',
                           'List::Util' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;