Skip to content

Commit

Permalink
Merge pull request #392 from hirose31/fix/raw-github-url
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed May 30, 2014
2 parents 66bd4dc + 6855623 commit 9f84135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ sub run_command_symlink_executables {
sub run_command_install_patchperl {
my ($self) = @_;
$self->do_install_program_from_url(
'https://raw.github.com/gugod/patchperl-packing/master/patchperl',
'https://raw.githubusercontent.com/gugod/patchperl-packing/master/patchperl',
'patchperl',
sub {
my ($body) = @_;
Expand All @@ -1890,7 +1890,7 @@ sub run_command_install_patchperl {

sub run_command_install_cpanm {
my ($self) = @_;
$self->do_install_program_from_url('https://raw.github.com/miyagawa/cpanminus/master/cpanm' => 'cpanm');
$self->do_install_program_from_url('https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm' => 'cpanm');
}

sub run_command_self_upgrade {
Expand Down

0 comments on commit 9f84135

Please sign in to comment.