/[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 25 - (show annotations)
Tue Feb 3 20:07:04 2009 UTC (15 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 565 byte(s)
depedencies for importers
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 importer' => [
14 -default => 1,
15 'CouchDB::Client',
16 'DBD::mysql',
17 'CouchDB::Deploy',
18 ],
19 'Socialtext importer' => [
20 -default => 1,
21 'Socialtext::Resting',
22 'CouchDB::Client',
23 ],
24 'Subversion importer' => [
25 -default => 1,
26 'CouchDB::Client',
27 'SVN::Dump',
28 ],
29 );
30
31 auto_install;
32
33 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26