/[cwmp]/google/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 /google/trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 219 by dpavlin, Tue Nov 20 13:09:08 2007 UTC revision 220 by dpavlin, Fri Nov 23 00:42:50 2007 UTC
# Line 36  features( Line 36  features(
36                  recommends('Expect'),                  recommends('Expect'),
37                  recommends('Net::Telnet'),                  recommends('Net::Telnet'),
38          ],          ],
 );  
   
 features(  
39          'HTML documentation (make html)' => [          'HTML documentation (make html)' => [
40                  -default => 0,                  -default => 0,
41                  recommends('Pod::Xhtml'),                  recommends('Pod::Xhtml'),
42          ],          ],
 );  
   
 features(  
43          'Pod coverage tests (for developers)' => [          'Pod coverage tests (for developers)' => [
44                  -default => 0,                  -default => 0,
45                  recommends('Test::Pod::Coverage'),                  recommends('Test::Pod::Coverage'),
46          ],          ],
47            'Memory leak detection (for developers)' => [
48                    -default => 0,
49                    recommends('Devel::Events' => '0.02'),
50                    recommends('Devel::Events::Handler::ObjectTracker'),
51                    recommends('Devel::Events::Generator::Objects'),
52                    recommends('Devel::Size'),
53            ],
54  );  );
55    
 ;  
   
56  my_targets();  my_targets();
57    
58  clean_files('dump/* yaml state.db html t/var/* queue');  clean_files('dump/* yaml state.db html t/var/* queue');

Legend:
Removed from v.219  
changed lines
  Added in v.220

  ViewVC Help
Powered by ViewVC 1.1.26