/[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 127 - (show annotations)
Sun Apr 29 00:16:05 2007 UTC (16 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 328 byte(s)
Move from Lucene (mostly because locking problems prevented fastcgi
deployment, and later haunted development server too) to KinoSearch.
For good measure added (slow) de-duplication and increased version to 0.02
1 use inc::Module::Install;
2
3 name 'Grep';
4 version '0.02';
5 requires 'Jifty' => '0.70117';
6
7 requires 'XML::Feed';
8 requires 'Data::Dump';
9 requires 'Feed::Find';
10 requires 'KinoSearch' => '0.20';
11 requires 'WWW::Mechanize';
12 requires 'HTML::ResolveLink';
13 requires 'Time::Piece'; # for Email::Date
14
15 auto_install;
16
17 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26