Skip to content

Commit

Permalink
White space and commented code removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
cavemanpi committed Apr 29, 2015
1 parent 1551f69 commit 8c807c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ INSTALL
eval { $self->append_log('##### Brew Finished #####') };

if ( $sitecustomize ) {
my $capture = $self->do_capture("$newperl -V:sitelib");
my $capture = $self->do_capture("$newperl -V:sitelib");
my ($sitelib) = $capture =~ /sitelib='(.*)';/;
mkpath($sitelib) unless -d $sitelib;
my $target = "$sitelib/sitecustomize.pl";
Expand All @@ -1428,7 +1428,7 @@ INSTALL
print "$installation_name is successfully installed.\n";
}
else {
eval { $self->append_log('##### Brew Failed #####') };
eval { $self->append_log('##### Brew Failed #####') };
die $self->INSTALLATION_FAILURE_MESSAGE;
}
return;
Expand Down
2 changes: 0 additions & 2 deletions t/installation2.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ use Test::Spec;

note "PERLBREW_ROOT set to $ENV{PERLBREW_ROOT}";

#mock_perlbrew_install("perl-5.12.3");

describe "App::perlbrew" => sub {
describe "->do_install_url method" => sub {
it "should accept an URL to perl tarball, and download the tarball." => sub {
Expand Down

0 comments on commit 8c807c1

Please sign in to comment.