--- google/trunk/Makefile.PL 2007/11/12 15:51:25 190 +++ google/trunk/Makefile.PL 2007/11/12 15:52:24 191 @@ -24,6 +24,15 @@ 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/*');