Codebase list libtest-mock-redis-perl / debian/0.14-1 Makefile.PL
debian/0.14-1

Tree @debian/0.14-1 (Download .tar.gz)

Makefile.PL @debian/0.14-1raw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.4005
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Test::Mock::Redis',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Test/Mock/Redis.pm',
          'PREREQ_PM' => {
                           'Try::Tiny' => 0,
                           'Test::Deep::UnorderedPairs' => 0,
                           'Scalar::Util' => 0,
                           'Package::Stash' => '0.34',
                           'Test::Fatal' => 0,
                           'Class::Method::Modifiers' => 0,
                           'namespace::clean' => 0,
                           'Test::More' => '0.88',
                           'Test::Deep' => 0
                         }
        )
;