Fwctl

 view release on metacpan or  search on metacpan

Fwctl.pm  view on Meta::CPAN

    }

    # Parse options
    my %options	      = ( masq	    => 0,
			  mark	    => 0,
			  copy	    => 0,
			  account   => 0,
			);
    $options{log}     = $action =~ /REJECT|DENY/ ? 1 : 0;
    {
      local @ARGV = @opts;
      local $SIG{__WARN__} = 'IGNORE';

      GetOptions( \%options, @STANDARD_OPTIONS,
		  $self->service($service)->valid_options )
	or do {
	  warn __PACKAGE__, ": error while parsing options in service $service\n";
	  next RULE;
	};

      if (@ARGV ) {

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.982 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )