File: Makefile.PL

package info (click to toggle)
liblocale-maketext-extract-dbi-perl 0.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 34; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 634 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Locale::Maketext::Extract::DBI',
          'VERSION_FROM' => 'lib/Locale/Maketext/Extract/DBI.pm',
          'PREREQ_PM' => {
                           'DBI' => '0',
                           'Locale::Maketext::Lexicon' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/xgettextdbi'
                         ],
          'PL_FILES' => {}
        )
;