# Note: this file was auto-generated by Module::Build::Compat version 0.33 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Padre::Plugin::CSS', 'VERSION_FROM' => 'lib/Padre/Plugin/CSS.pm', 'PREREQ_PM' => { 'CSS::Minifier::XS' => '0', 'Padre' => '0.26', 'Test::More' => '0', 'WebService::Validator::CSS::W3C' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;