File: Makefile.PL

package info (click to toggle)
data-dumper 2.07-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 156 kB
  • ctags: 49
  • sloc: perl: 570; makefile: 37; sh: 16
file content (8 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
              NAME => "Data::Dumper",
              DISTNAME => "Data-Dumper",
	      PM => { 'Dumper.pm' => '$(INST_LIBDIR)/Dumper.pm' },
              VERSION => '2.07',
              'dist' => {COMPRESS=>'gzip -9f', SUFFIX => 'gz'}
             );