File: Makefile.PL

package info (click to toggle)
libtest-mock-redis-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 180 kB
  • sloc: perl: 1,577; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Test::Mock::Redis',
          'VERSION_FROM' => 'lib/Test/Mock/Redis.pm',
          'PREREQ_PM' => {
                           'Scalar::Util' => 0,
                           'Test::Exception' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;