App-RecordStream
    
    
  
  
  
view release on metacpan or search on metacpan
lib/App/RecordStream/Operation.pm view on Meta::CPAN
    # output usage if there was a problem with option parsing
    $this->_set_wants_help(1);
  }
  # Restore original configuration
  Getopt::Long::Configure($starting_config);
  @$args = @ARGV;
}
sub update_current_filename {
  my ($this, $filename) = @_;
  set_current_filename($filename);
}
sub _set_wants_help {
  my $this = shift;
  my $help = shift;
  $this->{'WANTS_HELP'} = $help;
}
    
  
  
  
( run in 0.534 second using v1.01-cache-2.11-cpan-0a6323c29d9 )