File: Makefile.PL

package info (click to toggle)
libb-perlreq-perl 0.82-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 720 kB
  • sloc: perl: 1,091; sh: 69; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
WriteMakefile(
	NAME => 'B::ConstOptree',
	VERSION_FROM => 'ConstOptree.pm',
	AUTHOR => 'Alexey Tourbin <at@altlinux.org>',
	ABSTRACT => 'Optree constant folding for $^O, $^V, and $]',
);