From 930578002bc2ae59d2f550a1b458d29d605f966d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 12 Nov 2007 15:52:24 +0000 Subject: [PATCH 1/1] 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 --- Makefile.PL | 9 +++++++++ 1 file changed, 9 insertions(+) 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/*'); -- 2.20.1