/usr/local/CPAN/Wiki-Toolkit-Store-Mediawiki/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Wiki::Toolkit::Store::Mediawiki',
          'VERSION_FROM' => 'lib/Wiki/Toolkit/Store/Mediawiki.pm',
          'PREREQ_PM' => {
                           'Carp' => '0',
                           'Test::More' => '0',
                           'Time::Piece::Adaptive' => '0',
                           'Time::Seconds' => '0',
                           'Wiki::Toolkit::Store::Database' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;