/[Grep]/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

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 96 - (show annotations)
Sat Feb 24 11:56:18 2007 UTC (17 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 282 byte(s)
explicitly destroy $parent passed to plugins as another try to get around
Lucene's locking problems
use HTML::ResolveLink to resolve all links before add_record
1 use inc::Module::Install;
2
3 name 'Grep';
4 version '0.01';
5 requires 'Jifty' => '0.70117';
6
7 requires 'XML::Feed';
8 requires 'Data::Dump';
9 requires 'Feed::Find';
10 requires 'Lucene' => '0.09';
11 requires 'WWW::Mechanize';
12 requires 'HTML::ResolveLink';
13
14 auto_install;
15
16 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26