Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Uncomment some code which I commented out for unknown reasons
  • Loading branch information
Tadeusz Sośnierz committed Jun 2, 2013
1 parent 1b27a1d commit 096063e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/panda
Expand Up @@ -39,10 +39,10 @@ my $panda;
#= Install the specified modules
multi MAIN ('install', *@modules, Bool :$notests, Bool :$nodeps) {
for @modules -> $x {
#try {
try {
$panda.resolve($x, :$notests, :$nodeps);
# CATCH { when X::Panda { say $_.message } }
#};
CATCH { when X::Panda { say $_.message } }
};
}
}

Expand Down

0 comments on commit 096063e

Please sign in to comment.