/usr/local/CPAN/HTML-Template-Compiled-Filter-Whitespace/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.33
require 5.006001;
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'HTML::Template::Compiled::Filter::Whitespace',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/HTML/Template/Compiled/Filter/Whitespace.pm',
'PREREQ_PM' => {
'Perl6::Export::Attrs' => 0,
'HTML::Template::Compiled' => '0.84',
'Test::Simple' => 0,
'Test::NoWarnings' => 0
}
)
;