File: Makefile.PL

package info (click to toggle)
libobject-declare-perl 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 176 kB
  • ctags: 182
  • sloc: perl: 2,258; makefile: 41
file content (13 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
use strict;
use inc::Module::Install;

name        'Object-Declare';
license     'MIT';
all_from    'lib/Object/Declare.pm';

requires    'Sub::Override';

include_deps 'ok';
include_deps 'Test::More';

sign; WriteAll;