/usr/local/CPAN/X11-Muralis/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.33
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'X11::Muralis',
'VERSION_FROM' => 'lib/X11/Muralis.pm',
'PREREQ_PM' => {
'File::Basename' => 0,
'File::Find::Rule' => 0,
'File::Spec' => 0,
'Getopt::ArgvFile' => '1.09',
'Getopt::Long' => '2.34',
'Image::Info' => 0,
'Module::Pluggable' => 0,
'Pod::Usage' => 0,
'Test::More' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'scripts/muralis'
],
'PL_FILES' => {}
)
;