App-spaceless

 view release on metacpan or  search on metacpan

lib/App/spaceless.pm  view on Meta::CPAN

sub _running_shell
{
  state $shell;
  $shell = Shell::Guess->running_shell unless defined $shell;
  $shell;
}

sub main
{
  shift;
  local @ARGV = @_;
  my $shell;
  my $file;
  my $help;
  my $version;
  my $trim;
  my $cygwin = 1;
  my $expand;
  my $list;
  my $squash;

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

( run in 2.336 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-f5108d614456 )