App-BCVI-NotifyClient
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/BCVI/NotifyClient.pm view on Meta::CPAN
chomp( $tty = `tty` );
}
die "Unable to determine TTY\n" unless $tty;
return $tty;
}
sub _notify_get_options {
my($self, @args) = @_;
local(@ARGV) = @args;
my %opt = ();
Getopt::Long::GetOptions(\%opt,
'--idle|i:i',
'--output|o:i',
'--tty|t=s',
'--once|1',
'--kill|k',
) or exit;
if(defined($opt{idle})) {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.330 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )