/[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 1115 by dpavlin, Mon Sep 22 15:09:50 2008 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 62  features( Line 62  features(
62                  -default => 1,                  -default => 1,
63                  'Spreadsheet::WriteExcel' => 2.14,                  'Spreadsheet::WriteExcel' => 2.14,
64          ],          ],
65            'WebPAC::Output::KinoSearch' => [
66                    -default => 1,
67                    'KinoSearch::Simple',
68            ],
69          'Parallel execution (probably broken)' => [          'Parallel execution (probably broken)' => [
70                  -default => 0,                  -default => 0,
71                  'Proc::Queue',                  'Proc::Queue',

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

  ViewVC Help
Powered by ViewVC 1.1.26