File: Makefile.PL

package info (click to toggle)
libdevel-trace-perl 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80 kB
  • sloc: perl: 49; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Devel::Trace',
    'VERSION_FROM' => 'Trace.pm', # finds $VERSION
);