Skip to content

Commit

Permalink
Merge 6855623 into a2790fe
Browse files Browse the repository at this point in the history
  • Loading branch information
hirose31 committed May 9, 2014
2 parents a2790fe + 6855623 commit f798316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion perlbrew-install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

PERLBREWURL=https://raw.github.com/gugod/App-perlbrew/master/perlbrew
PERLBREWURL=https://raw.githubusercontent.com/gugod/App-perlbrew/master/perlbrew

if [ -z "$TMPDIR" ]; then
if [ -d "/tmp" ]; then
Expand Down

0 comments on commit f798316

Please sign in to comment.