/[webpac2]/Webpacus2/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 /Webpacus2/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1092 - (hide annotations)
Tue Feb 12 19:12:48 2008 UTC (16 years, 3 months ago) by dpavlin
File MIME type: text/plain
File size: 259 byte(s)
 r1709@llin:  dpavlin | 2008-02-12 19:52:11 +0100
 pin-point KinoSearch API verison and use it

1 dpavlin 928 use inc::Module::Install;
2    
3 dpavlin 1092 name 'Webpacus';
4     version '0.01';
5     license 'GPL';
6    
7     requires 'Jifty' => '0.70824';
8 dpavlin 930 requires 'Data::Dump';
9 dpavlin 934 requires 'KinoSearch::Simple';
10 dpavlin 1092 # pin-point version of API we use
11     requires 'KinoSearch' => '0.20_05';
12 dpavlin 928
13 dpavlin 1092 auto_install;
14 dpavlin 928 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26