File: Makefile.PL

package info (click to toggle)
libmath-vectorreal-perl 1.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 996; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'AUTHOR'		=> 'Anthony Thyssen <anthony@cit.gu.edu.au',
    'NAME'		=> 'Math::VectorReal',
    'ABSTRACT_FROM'	=> 'VectorReal.pm',
    'VERSION_FROM'	=> 'VectorReal.pm',
);