File: Makefile.PL

package info (click to toggle)
libpod-strip-perl 1.100-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: perl: 26; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Pod::Strip',
          'VERSION_FROM' => 'lib/Pod/Strip.pm',
          'PREREQ_PM' => {
                           'Pod::Simple' => '3.00',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;