File: Makefile.PL

package info (click to toggle)
libperlio-via-dynamic-perl 0.11-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 132 kB
  • ctags: 104
  • sloc: perl: 1,264; makefile: 42
file content (15 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl

use inc::Module::Install;
use 5.008;

name		('PerlIO-via-dynamic');
author		('Chia-liang Kao <clkao@clkao.org>');
abstract_from	('dynamic.pm');
license		('perl');
version_from	('dynamic.pm');

include('ExtUtils::AutoInstall');
auto_install();

WriteAll( sign => 1 );