/[irc-logger]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (hide annotations)
Fri Mar 2 22:00:06 2007 UTC (17 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 557 byte(s)
HTML::CalendarMonthSimple needs Date::Calc, but doesn't require it, so it's here...
1 dpavlin 44 use inc::Module::Install;
2     name('irc-logger');
3     version('0.02');
4    
5     requires('POE');
6     requires('POE::Component::IRC');
7     requires('POE::Wheel::FollowTail');
8     requires('POE::Component::Server::HTTP');
9     requires('HTTP::Status');
10     requires('DBI');
11     requires('Encode');
12     requires('Regexp::Common');
13     requires('CGI::Simple');
14     requires('HTML::TagCloud');
15     requires('POSIX');
16     requires('HTML::CalendarMonthSimple');
17     requires('Getopt::Long');
18     requires('DateTime');
19     requires('Data::Dump');
20 dpavlin 49 requires('Date::Calc');
21 dpavlin 44
22 dpavlin 46 install_script('bin/irc-logger.pl');
23    
24 dpavlin 44 auto_install();
25    
26     WriteAll;
27    

  ViewVC Help
Powered by ViewVC 1.1.26