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

Contents of /Webpacus2/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1092 - (show annotations)
Tue Feb 12 19:12:48 2008 UTC (16 years, 2 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 use inc::Module::Install;
2
3 name 'Webpacus';
4 version '0.01';
5 license 'GPL';
6
7 requires 'Jifty' => '0.70824';
8 requires 'Data::Dump';
9 requires 'KinoSearch::Simple';
10 # pin-point version of API we use
11 requires 'KinoSearch' => '0.20_05';
12
13 auto_install;
14 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26