/[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 187 - (hide annotations)
Fri May 23 18:13:39 2008 UTC (15 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 415 byte(s)
missing dependency datected on clean reinstall
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 187 requires 'Text::DeDuper';
17 dpavlin 3
18 dpavlin 96 auto_install;
19    
20 dpavlin 1 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26