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

Annotation of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 183 - (hide annotations)
Wed Apr 9 17:30:34 2008 UTC (16 years ago) by dpavlin
File MIME type: text/plain
File size: 389 byte(s)
GPL licence
1 dpavlin 1 use inc::Module::Install;
2    
3 dpavlin 183 name 'Grep';
4     version '0.03';
5     license 'GPL';
6     requires 'Jifty' => '0.70117';
7 dpavlin 1
8 dpavlin 3 requires 'XML::Feed';
9 dpavlin 19 requires 'Data::Dump';
10 dpavlin 21 requires 'Feed::Find';
11 dpavlin 180 requires 'KinoSearch' => '0.20_05';
12 dpavlin 91 requires 'WWW::Mechanize';
13 dpavlin 96 requires 'HTML::ResolveLink';
14 dpavlin 105 requires 'Time::Piece'; # for Email::Date
15 dpavlin 158 requires 'XML::Simple'; # for Grep::Import::ScrapBook
16 dpavlin 3
17 dpavlin 96 auto_install;
18    
19 dpavlin 1 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26