-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.PL
33 lines (25 loc) · 1.08 KB
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
print STDERR "
WARNING ! This $0 file is provided just for lazy developers to
quickly build this module directly from source, and hack it. However this
module is managed by Dist::Zilla. Serious developers should install
Dist::Zilla, and issue 'dist help' to see how to build and develop it properly.
Especially, build/test/install requires are not properly set in this
file.
Contact the author if you need more help.
Now sleeping 10 secs so you get bored and go install Dist::Zilla :)\n\n";
sleep 10;
WriteMakefile(
NAME => 'Bot::BasicBot::Pluggable::Module::RT',
AUTHOR => 'Damien "dams" Krotkine <dams@cpan.org>',
VERSION_FROM => 'lib/Bot/BasicBot/Pluggable/Module/RT.pm',
ABSTRACT_FROM => 'lib/Bot/BasicBot/Pluggable/Module/RT.pm',
PREREQ_PM => {
'Test::More' => 0,
'RT::Client::REST' => 0,
'RT::Client::REST::Ticket' => 0,
},
PL_FILES => {},
clean => { FILES => 'Bot-BasicBot-Pluggable-Module-RT-*' },
);