/[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 12 - (show annotations)
Sat Aug 9 16:10:05 2008 UTC (15 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 388 byte(s)
first cut at integration with couchdb which partially works
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' => '2.0';
9 #requires 'File::Slurp';
10 requires 'Getopt::Long';
11
12 features(
13 'Reblog integration' => [
14 -default => 1,
15 'CouchDB::Client',
16 'DBD::mysql',
17 'CouchDB::Deploy',
18 ],
19 );
20
21 auto_install;
22
23 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26