File: Makefile.PL

package info (click to toggle)
libmoosex-attribute-env-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 2,059; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use inc::Module::Install 0.75;

perl_version '5.008006';
name     'MooseX-Attribute-ENV';
all_from 'lib/MooseX/Attribute/ENV.pm';
author   'John Napiorkowski <jjnapiork@cpan.org>';

requires 'Moose' => '0.48';

build_requires 'Test::More';

auto_install;

WriteAll;