File: Makefile.PL

package info (click to toggle)
libfortran-format-perl 0.90-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: perl: 968; fortran: 192; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'		=> 'Fortran::Format',
    'VERSION_FROM'	=> 'Format.pm', # finds $VERSION
    'PREREQ_PM'		=> {
        'Test::Simple' => 0,
    },
);