File: Makefile.PL

package info (click to toggle)
libclass-default-perl 1.50-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 136 kB
  • ctags: 85
  • sloc: perl: 918; makefile: 51
file content (7 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download
1
2
3
4
5
6
7
use inc::Module::Install;

name           'Class-Default';
all_from       'lib/Class/Default.pm';
build_requires 'Test::More'       => '0.47';

WriteAll;