/[webpac2]/branches/Sack/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 /branches/Sack/Makefile.PL

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

trunk/Makefile.PL revision 1100 by dpavlin, Sat Aug 2 23:46:41 2008 UTC branches/Sack/Makefile.PL revision 1354 by dpavlin, Sat Nov 13 01:03:33 2010 UTC
# Line 5  use inc::Module::Install; Line 5  use inc::Module::Install;
5    
6    
7  name    'WebPAC';  name    'WebPAC';
8  version '2.34';  version_from 'lib/WebPAC.pm';
9  license 'GPL';  license 'GPL';
10    
11  requires        'YAML';  requires        'YAML';
# Line 50  features( Line 50  features(
50                  -default => 1,                  -default => 1,
51                  'Spreadsheet::ParseExcel',                  'Spreadsheet::ParseExcel',
52          ],          ],
53            'WebPAC::Input::CSV' => [
54                    -default => 1,
55                    'Text::CSV',
56            ],
57            'WebPAC::Input::DBF' => [
58                    -default => 0,
59                    'XBase',
60            ],
61          'WebPAC::Output::Estraier' => [          'WebPAC::Output::Estraier' => [
62                  -default => 0,                  -default => 0,
63                  'Search::Estraier' => 0.06,                  'Search::Estraier' => 0.06,
# Line 62  features( Line 70  features(
70                  -default => 1,                  -default => 1,
71                  'Spreadsheet::WriteExcel' => 2.14,                  'Spreadsheet::WriteExcel' => 2.14,
72          ],          ],
73            'WebPAC::Output::KinoSearch' => [
74                    -default => 0,
75                    'KinoSearch::Simple',
76            ],
77            'WebPAC::Output::SWISH' => [
78                    -default => 1,
79                    'SWISH::API',
80            ],
81            'WebPAC::Output::CouchDB' => [
82                    -default => 0,
83                    'Net::CouchDb',
84            ],
85            'WebPAC::Output::Riak' => [
86                    -default => 0,
87                    'Net::Riak',
88            ],
89          'Parallel execution (probably broken)' => [          'Parallel execution (probably broken)' => [
90                  -default => 0,                  -default => 0,
91                  'Proc::Queue',                  'Proc::Queue',
92          ],          ],
93            'CGI web interface' => [
94                    -default => 0,
95                    'Data::Page',
96                    'CGI',
97                    'CGI::Carp',
98                    'SWISH::API',
99                    'Text::Unaccent::PurePerl',
100                    'HTML::FillInForm::Lite',
101            ],
102  );  );
103    
104  build_requires 'Test::More';  build_requires 'Test::More';

Legend:
Removed from v.1100  
changed lines
  Added in v.1354

  ViewVC Help
Powered by ViewVC 1.1.26