/[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 3 - (show annotations)
Tue Aug 5 13:34:06 2008 UTC (15 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 358 byte(s)
cleanup API, added CouchDB::Estraier version [0.01]
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 requires 'Getopt::Long';
11
12 features(
13 'Reblog integration' => [
14 -default => 1,
15 'CouchDB::Client',
16 'DBD::mysql',
17 ],
18 );
19
20 auto_install;
21
22 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26