File: Makefile.PL

package info (click to toggle)
dh-buildinfo 0.8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 112 kB
  • ctags: 27
  • sloc: perl: 641; makefile: 47; sh: 24
file content (6 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
use ExtUtils::MakeMaker;
WriteMakefile(
	NAME    => 'dh-buildinfo',
	VERSION	=> '0.1',
	AUTHOR  => 'Yann Dirson <ydirson@altern.org>',
);