/[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 46 - (hide annotations)
Sat Feb 3 12:28:17 2007 UTC (17 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 533 byte(s)
re-structure dir layout so make install now works
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 dpavlin 46 install_script('bin/irc-logger.pl');
22    
23 dpavlin 44 auto_install();
24    
25     WriteAll;
26    

  ViewVC Help
Powered by ViewVC 1.1.26