The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4210
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'JavaScript::Beautifier',
  'VERSION_FROM' => 'lib/JavaScript/Beautifier.pm',
  'PREREQ_PM' => {
                   'Getopt::Long' => 0,
                   'IO::File' => 0,
                   'Pod::Usage' => 0,
                   'Test::More' => '0.88'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/js_beautify.pl'
                 ],
  'PL_FILES' => {}
)
;