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;
( run in 0.452 second using v1.01-cache-2.11-cpan-49f99fa48dc )