From: Dobrica Pavlinusic Date: Mon, 12 Nov 2007 15:52:24 +0000 (+0000) Subject: r194@brr: dpavlin | 2007-11-12 16:52:10 +0100 X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=commitdiff_plain;h=930578002bc2ae59d2f550a1b458d29d605f966d;hp=1c37d09a3725eba5c9debb2d52fc1145aa6dcee7 r194@brr: dpavlin | 2007-11-12 16:52:10 +0100 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 --- diff --git a/Makefile.PL b/Makefile.PL index ee46d32..e46ad2b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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/*');