Skip to content

Commit

Permalink
add MAIN usage in tasks.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
soarpenguin committed Apr 23, 2013
1 parent a56ff00 commit a106da4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks.pl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@
die "Only linux is supported but I am on $^O.\n";
}

&main();
MAIN: {
&main();
}

sub main {
my ($tag, $exts, $output, $ignorecase, $unite, $ret, $exclude, $exclude_exts);
Expand Down

0 comments on commit a106da4

Please sign in to comment.