/usr/local/CPAN/DBIx-Tree-MaterializedPath/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.30
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'DBIx::Tree::MaterializedPath',
'VERSION_FROM' => 'lib/DBIx/Tree/MaterializedPath.pm',
'PREREQ_PM' => {
'Clone' => '0',
'DBI' => '0',
'File::Spec' => '0',
'Readonly' => '0',
'SQL::Abstract' => '0',
'Scalar::Util' => '0',
'Test::More' => '0',
'version' => '0.74'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;