Skip to content

Commit

Permalink
stop creating Task::DWIM
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Apr 19, 2014
1 parent 212a4a8 commit e656317
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bin/release.pl
Expand Up @@ -57,7 +57,12 @@
#last;
}

{
# create_task_dwim();
exit;



sub create_task_dwim {
print "\n\n****************** Creating Task::DWIM\n";
my $dir = tempdir(CLEANUP => 1);
mkpath "$dir/lib/Task" or die;
Expand Down

0 comments on commit e656317

Please sign in to comment.