/[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 44 - (hide annotations)
Fri Feb 2 23:13:42 2007 UTC (17 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 495 byte(s)
finally, a decent Makefile.PL :-)
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    
21     auto_install();
22    
23     WriteAll;
24    

  ViewVC Help
Powered by ViewVC 1.1.26