File: Makefile.PL

package info (click to toggle)
libaspect-perl 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 720 kB
  • sloc: perl: 6,846; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
use inc::Module::Install;

all_from      'lib/Aspect.pm';
requires_from 'lib/Aspect.pm';
requires      'Task::Weaken'     => '1.00';
test_requires 'Test::More'       => '0.70';
test_requires 'Test::Exception'  => '0.29';
test_requires 'Test::NoWarnings' => '0.084';

WriteAll;