/[couchdb]/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 1 - (show annotations)
Mon Aug 4 15:07:34 2008 UTC (15 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 233 byte(s)
first draft version of integration between CouchDB and Hyper Estraier using perl
1 use inc::Module::Install;
2
3 name 'CouchDB-Estraier';
4 version_from 'lib/CouchDB/Estraier.pm';
5 license 'Artistic';
6 requires 'Search::Estraier';
7 requires 'Data::Dump';
8 requires 'JSON';
9 requires 'File::Slurp';
10
11 auto_install;
12
13 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26