root/lang/perl/Punc/trunk/Makefile.PL

Revision 12217, 0.9 kB (checked in by mizzy, 7 months ago)

Mooooooooooooooooooose

Line 
1use inc::Module::Install;
2name 'Punc';
3all_from 'lib/Punc.pm';
4
5requires $_ for (qw/
6                       JSON
7                       JSON::RPC::Client
8                       Pfacter
9                       UNIVERSAL::require
10                       YAML
11                       Module::Pluggable
12                       Crypt::OpenSSL::PKCS10
13                       Crypt::OpenSSL::RSA
14                       Crypt::OpenSSL::CA
15                       HTTP::Daemon::SSL
16                       File::Spec
17                       Getopt::Long
18                       Pod::Usage
19                       File::Path
20                       Crypt::SSLeay
21                       Moose
22                       MooseX::ClassAttribute
23                       Class::MakeMethods
24                   /);
25
26build_requires $_ for (qw/
27                             Test::More
28                             File::Temp
29                         /);
30
31use_test_base;
32auto_include;
33WriteAll;
Note: See TracBrowser for help on using the browser.