File: Makefile.PL

package info (click to toggle)
libtie-ixhash-perl 1.21-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56 kB
  • ctags: 35
  • sloc: perl: 330; makefile: 51
file content (8 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
              NAME => "Tie::IxHash",
              VERSION_FROM => 'lib/Tie/IxHash.pm',
              SKIP => [qw(static dynamic)],
              'linkext' => {LINKTYPE => '' },
              'dist' => {COMPRESS=>'gzip -9f', SUFFIX => 'gz'}
             );