r194@brr: dpavlin | 2007-11-12 16:52:10 +0100
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 12 Nov 2007 15:52:24 +0000 (15:52 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 12 Nov 2007 15:52:24 +0000 (15:52 +0000)
 added features to install modules required for tcli.pl to work

git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@190 836a5e1a-633d-0410-964b-294494ad4392

Makefile.PL

index ee46d32..e46ad2b 100644 (file)
@@ -24,6 +24,15 @@ requires     'Hash::Merge';
 
 build_requires 'Test::More';
 
+features(
+       'Command-line access to modems (tcli.pl)' => [
+               -default => 1,
+               requires('Expect'),
+               requires('Net::Telnet'),
+       ],
+);
+
+
 my_targets();
 
 clean_files('dump/* yaml state.db html t/var/*');