/[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 1 by dpavlin, Mon Aug 4 15:07:34 2008 UTC revision 12 by dpavlin, Sat Aug 9 16:10:05 2008 UTC
# Line 5  version_from 'lib/CouchDB/Estraier.pm'; Line 5  version_from 'lib/CouchDB/Estraier.pm';
5  license         'Artistic';  license         'Artistic';
6  requires        'Search::Estraier';  requires        'Search::Estraier';
7  requires        'Data::Dump';  requires        'Data::Dump';
8  requires        'JSON';  requires        'JSON' => '2.0';
9  requires        'File::Slurp';  #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;  auto_install;
22    

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

  ViewVC Help
Powered by ViewVC 1.1.26