~ubuntu-branches/ubuntu/raring/libtest-identity-perl/raring

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-11-27 13:56:59 UTC
  • Revision ID: james.westby@ubuntu.com-20101127135659-h9jhm342vk5noxz3
Tags: upstream-0.01
ImportĀ upstreamĀ versionĀ 0.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
 
2
use ExtUtils::MakeMaker;
 
3
WriteMakefile
 
4
(
 
5
          'NAME' => 'Test::Identity',
 
6
          'VERSION_FROM' => 'lib/Test/Identity.pm',
 
7
          'PREREQ_PM' => {
 
8
                           'Scalar::Util' => 0,
 
9
                           'Test::Builder::Tester' => 0,
 
10
                           'Test::More' => 0
 
11
                         },
 
12
          'INSTALLDIRS' => 'site',
 
13
          'EXE_FILES' => [],
 
14
          'PL_FILES' => {}
 
15
        )
 
16
;