File: Makefile.PL

package info (click to toggle)
libdata-bitmask-perl 0.91-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: perl: 202; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Data::BitMask',
          'VERSION_FROM' => 'lib/Data/BitMask.pm',
          'PREREQ_PM' => {}
        )
;