File: Makefile.PL

package info (click to toggle)
libclass-unload-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 148 kB
  • ctags: 101
  • sloc: perl: 1,099; makefile: 15
file content (11 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use inc::Module::Install;

name     'Class-Unload';
all_from 'lib/Class/Unload.pm';
author   'Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>';

requires 'Class::Inspector';
build_requires 'Test::More';

WriteAll;