Skip to content

Commit

Permalink
simplified scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 18, 2014
1 parent 04aa323 commit d1b345f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions script/hypnotoad
Expand Up @@ -3,9 +3,6 @@
use strict;
use warnings;

use FindBin;
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }

use Getopt::Long qw(GetOptions :config no_auto_abbrev no_ignore_case);

GetOptions
Expand Down
3 changes: 0 additions & 3 deletions script/mojo
Expand Up @@ -3,9 +3,6 @@
use strict;
use warnings;

use FindBin;
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }

require Mojolicious::Commands;
Mojolicious::Commands->start_app('Mojo::HelloWorld');

Expand Down
3 changes: 0 additions & 3 deletions script/morbo
Expand Up @@ -3,9 +3,6 @@
use strict;
use warnings;

use FindBin;
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }

use Getopt::Long qw(GetOptions :config no_auto_abbrev no_ignore_case);

GetOptions
Expand Down

0 comments on commit d1b345f

Please sign in to comment.