App-CSE

 view release on metacpan or  search on metacpan

bin/cse  view on Meta::CPAN

#! /usr/bin/env perl
use strict;
use warnings;

## Make that compatible with dev in code
BEGIN{
  my $code_dir = __FILE__;
  $code_dir =~ s|bin/.+|lib|;
  unshift ( @INC , $code_dir );
}

binmode STDOUT , ':utf8';
binmode STDERR , ':utf8';

use App::CSE;
exit(App::CSE->new()->main());



( run in 0.981 second using v1.01-cache-2.11-cpan-39bf76dae61 )