/[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 1056 by dpavlin, Tue Nov 20 10:08:00 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.32';  version '2.34';
9  license 'GPL';  license 'GPL';
10    
11  requires        'YAML';  requires        'YAML';
# Line 39  requires       'File::Spec'; Line 39  requires       'File::Spec';
39  requires        'Sort::External';  requires        'Sort::External';
40    
41  features(  features(
         'WebPAC::Output::Webpacus and WebPAC::Output::Jifty' => [  
                 -default => 0,  
                 recommends('Jifty'),  
         ],  
 );  
   
 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          ],          ],
 );  
   
 features(  
47          'WebPAC::Input::PDF' => [          'WebPAC::Input::PDF' => [
48                  -default => 0,                  -default => 0,
49                  recommends('CAM::PDF'),                  'CAM::PDF',
50          ],          ],
 );  
   
 features(  
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' => [
56                    -default => 0,
57                    'Jifty',
58            ],
59            'WebPAC::Output::Excel' => [
60                    -default => 0,
61                    'Spreadsheet::WriteExcel' => 2.14,
62          ],          ],
63  );  );
64    
   
65  build_requires 'Test::More';  build_requires 'Test::More';
66    
67  clean_files('WebPAC-* pod2html Makefile tags');  clean_files('WebPAC-* pod2html Makefile tags');

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

  ViewVC Help
Powered by ViewVC 1.1.26