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

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

revision 1116 by dpavlin, Mon Sep 22 15:32:24 2008 UTC revision 1195 by dpavlin, Wed May 27 20:51:01 2009 UTC
# 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' => [          'WebPAC::Input::DBF' => [
58                  -default => 0,                  -default => 0,
59                  'XBase',                  'XBase',
# Line 67  features( Line 71  features(
71                  'Spreadsheet::WriteExcel' => 2.14,                  'Spreadsheet::WriteExcel' => 2.14,
72          ],          ],
73          'WebPAC::Output::KinoSearch' => [          'WebPAC::Output::KinoSearch' => [
74                  -default => 1,                  -default => 0,
75                  'KinoSearch::Simple',                  'KinoSearch::Simple',
76          ],          ],
77            'WebPAC::Output::SWISH' => [
78                    -default => 1,
79                    'SWISH::API',
80            ],
81          'Parallel execution (probably broken)' => [          'Parallel execution (probably broken)' => [
82                  -default => 0,                  -default => 0,
83                  'Proc::Queue',                  'Proc::Queue',
84          ],          ],
85            'CGI web interface' => [
86                    -default => 0,
87                    'Data::Page',
88                    'CGI',
89                    'CGI::Carp',
90                    'SWISH::API',
91            ],
92  );  );
93    
94  build_requires 'Test::More';  build_requires 'Test::More';

Legend:
Removed from v.1116  
changed lines
  Added in v.1195

  ViewVC Help
Powered by ViewVC 1.1.26