File: Makefile.PL

package info (click to toggle)
libmodule-scandeps-perl 0.62-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 180 kB
  • ctags: 114
  • sloc: perl: 1,811; makefile: 43
file content (10 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl
use inc::Module::Install;

name            'Module-ScanDeps';
all_from        'lib/Module/ScanDeps.pm';

requires        'File::Temp' => '0';

install_script  'script/scandeps.pl';
sign; WriteAll;