File: Makefile.PL

package info (click to toggle)
libdevel-profile-perl 1.05-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 215; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
	      NAME            => 'Devel::Profile',
	      VERSION_FROM    => 'Profile.pm',
	      ABSTRACT_FROM   => 'Profile.pm',
	      AUTHOR          => 'Jeff Weisberg <http://www.tcp4me.com/>',
	      PREREQ_PM       => {Time::HiRes => 0},
);