/[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 1053 by dpavlin, Mon Nov 19 20:26:03 2007 UTC revision 1056 by dpavlin, Tue Nov 20 10:08:00 2007 UTC
# Line 39  requires       'File::Spec'; Line 39  requires       'File::Spec';
39  requires        'Sort::External';  requires        'Sort::External';
40    
41  features(  features(
42            'WebPAC::Output::Webpacus and WebPAC::Output::Jifty' => [
43                    -default => 0,
44                    recommends('Jifty'),
45            ],
46    );
47    
48    features(
49          'WebPAC::Input::XML' => [          'WebPAC::Input::XML' => [
50                  -default => 0,                  -default => 0,
51                  recommends('XML::Simple'),                  recommends('XML::Simple'),
# Line 46  features( Line 53  features(
53          ],          ],
54  );  );
55    
56    features(
57            'WebPAC::Input::PDF' => [
58                    -default => 0,
59                    recommends('CAM::PDF'),
60            ],
61    );
62    
63  features(  features(
64          'WebPAC::Output::Estraier' => [          'WebPAC::Output::Estraier' => [
65                  -default => 0,                  -default => 0,

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

  ViewVC Help
Powered by ViewVC 1.1.26