# Note: this file was auto-generated by Module::Build::Compat version 0.4003
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'Backticks',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/Backticks.pm',
'PREREQ_PM' => {
'Test::More' => 0,
'Scalar::Util' => 0,
'Filter::Simple' => 0,
'Class::ISA' => 0
}
)
;