/[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 240 by dpavlin, Sun Nov 25 19:21:02 2007 UTC revision 241 by dpavlin, Mon Jul 14 16:34:08 2008 UTC
# Line 30  build_requires 'Test::More'; Line 30  build_requires 'Test::More';
30  features(  features(
31          'CWMP::Store::YAML' => [          'CWMP::Store::YAML' => [
32                  -default => 1,                  -default => 1,
33                  recommends('YAML::Syck' => 0.91),                  'YAML::Syck' => 0.91,
34          ],          ],
35          'CWMP::Store::JSON' => [          'CWMP::Store::JSON' => [
36                  -default => 1,                  -default => 1,
37                  recommends('JSON::XS'),                  'JSON::XS',
38          ],          ],
39          'Command-line access to modems (tcli.pl)' => [          'Command-line access to modems (tcli.pl)' => [
40                  -default => 1,                  -default => 1,
41                  recommends('Expect'),                  'Expect',
42                  recommends('Net::Telnet'),                  'Net::Telnet',
43          ],          ],
44          'HTML documentation (make html)' => [          'HTML documentation (make html)' => [
45                  -default => 0,                  -default => 0,
46                  recommends('Pod::Xhtml'),                  'Pod::Xhtml',
47          ],          ],
48          'Pod coverage tests (for developers)' => [          'Pod coverage tests (for developers)' => [
49                  -default => 0,                  -default => 0,
50                  recommends('Test::Pod::Coverage'),                  'Test::Pod::Coverage',
51          ],          ],
52  #       'Memory leak detection (for developers)' => [  #       'Memory leak detection (for developers)' => [
53  #               -default => 0,  #               -default => 0,
54  #               recommends('Devel::LeakTrace::Fast' => 0.11),  #               'Devel::LeakTrace::Fast' => 0.11,
55  #       ],  #       ],
56  );  );
57    

Legend:
Removed from v.240  
changed lines
  Added in v.241

  ViewVC Help
Powered by ViewVC 1.1.26