/[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 1068 by dpavlin, Tue Nov 27 23:45:28 2007 UTC revision 1096 by dpavlin, Fri Aug 1 23:45:31 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_1';  version '2.34';
9  license 'GPL';  license 'GPL';
10    
11  requires        'YAML';  requires        'YAML';
# Line 41  requires       'Sort::External'; Line 41  requires       'Sort::External';
41  features(  features(
42          'WebPAC::Input::XML' => [          'WebPAC::Input::XML' => [
43                  -default => 0,                  -default => 0,
44                  recommends('XML::Simple'),                  'XML::Simple',
45                  recommends('File::Find'),                  'File::Find',
46          ],          ],
47          'WebPAC::Input::PDF' => [          'WebPAC::Input::PDF' => [
48                  -default => 0,                  -default => 0,
49                  recommends('CAM::PDF'),                  'CAM::PDF',
50          ],          ],
51          'WebPAC::Output::Estraier' => [          'WebPAC::Output::Estraier' => [
52                  -default => 0,                  -default => 0,
53                  recommends('Search::Estraier' => 0.06),                  'Search::Estraier' => 0.06,
54          ],          ],
55          'WebPAC::Output::Webpacus and WebPAC::Output::Jifty' => [          'WebPAC::Output::Webpacus and WebPAC::Output::Jifty' => [
56                  -default => 0,                  -default => 0,
57                  recommends('Jifty'),                  'Jifty',
58          ],          ],
59          'WebPAC::Output::Excel' => [          'WebPAC::Output::Excel' => [
60                  -default => 0,                  -default => 0,
61                  recommends('Spreadsheet::WriteExcel'),                  'Spreadsheet::WriteExcel' => 2.14,
62          ],          ],
63  );  );
64    

Legend:
Removed from v.1068  
changed lines
  Added in v.1096

  ViewVC Help
Powered by ViewVC 1.1.26