~ubuntu-branches/ubuntu/oneiric/libsql-reservedwords-perl/oneiric

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyżaniak (eloy)
  • Date: 2007-05-23 15:46:51 UTC
  • Revision ID: james.westby@ubuntu.com-20070523154651-yfxf9zx61d147v8c
Tags: upstream-0.7
Import upstream version 0.7

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.03
 
2
use ExtUtils::MakeMaker;
 
3
WriteMakefile
 
4
(
 
5
          'NAME' => 'SQL::ReservedWords',
 
6
          'VERSION_FROM' => 'lib/SQL/ReservedWords.pm',
 
7
          'PREREQ_PM' => {
 
8
                           'Sub::Exporter' => '0',
 
9
                           'Test::More' => '0'
 
10
                         },
 
11
          'INSTALLDIRS' => 'site',
 
12
          'EXE_FILES' => [
 
13
                           'scripts/sqlrw'
 
14
                         ],
 
15
          'PL_FILES' => {}
 
16
        )
 
17
;