/[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 1100 by dpavlin, Sat Aug 2 23:46:41 2008 UTC revision 1145 by dpavlin, Thu Apr 23 11:14:24 2009 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::DBF' => [
54                    -default => 0,
55                    'XBase',
56            ],
57          'WebPAC::Output::Estraier' => [          'WebPAC::Output::Estraier' => [
58                  -default => 0,                  -default => 0,
59                  'Search::Estraier' => 0.06,                  'Search::Estraier' => 0.06,
# Line 62  features( Line 66  features(
66                  -default => 1,                  -default => 1,
67                  'Spreadsheet::WriteExcel' => 2.14,                  'Spreadsheet::WriteExcel' => 2.14,
68          ],          ],
69            'WebPAC::Output::KinoSearch' => [
70                    -default => 0,
71                    'KinoSearch::Simple',
72            ],
73            'WebPAC::Output::SWISH' => [
74                    -default => 1,
75                    'SWISH::API',
76            ],
77          'Parallel execution (probably broken)' => [          'Parallel execution (probably broken)' => [
78                  -default => 0,                  -default => 0,
79                  'Proc::Queue',                  'Proc::Queue',

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

  ViewVC Help
Powered by ViewVC 1.1.26