/[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 195 by dpavlin, Mon Nov 12 20:56:56 2007 UTC revision 196 by dpavlin, Mon Nov 12 22:00:41 2007 UTC
# Line 42  features( Line 42  features(
42          ],          ],
43  );  );
44    
45    features(
46            'Pod coverage tests (for developers)' => [
47                    -default => 0,
48                    recommends('Test::Pod::Coverage'),
49            ],
50    );
51    
52    ;
53    
54  my_targets();  my_targets();
55    
56  clean_files('dump/* yaml state.db html t/var/*');  clean_files('dump/* yaml state.db html t/var/* queue');
57    
58  auto_install;  auto_install;
59    

Legend:
Removed from v.195  
changed lines
  Added in v.196

  ViewVC Help
Powered by ViewVC 1.1.26