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

Diff of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by dpavlin, Sat Aug 9 16:10:05 2008 UTC revision 25 by dpavlin, Tue Feb 3 20:07:04 2009 UTC
# Line 10  requires       'JSON' => '2.0'; Line 10  requires       'JSON' => '2.0';
10  requires        'Getopt::Long';  requires        'Getopt::Long';
11    
12  features(  features(
13          'Reblog integration' => [          'Reblog importer' => [
14                  -default => 1,                  -default => 1,
15                  'CouchDB::Client',                  'CouchDB::Client',
16                  'DBD::mysql',                  'DBD::mysql',
17                  'CouchDB::Deploy',                  '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;  auto_install;

Legend:
Removed from v.12  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.26