Skip to content

Commit

Permalink
Merge remote branch 'doherty/refactor-install-command' into develop
Browse files Browse the repository at this point in the history
Conflicts:
	bin/perlbrew
	lib/App/perlbrew.pm
  • Loading branch information
gugod committed May 7, 2011
2 parents efe7676 + 1e3204c commit 00d07fb
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 401 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@
- doherty++ FIX: stop when user specified an invalid perl version that cannot be found on cpan.
- doherty++ specialized version installation: perlbrew install perl-blead
- doherty++ specialized version installation: perlbrew install perl-blead / <URL>
- am0c++ FIX: `perlbrew intsall /path/to/git/src/dir`

0.19:
Expand Down
4 changes: 2 additions & 2 deletions bin/perlbrew
Expand Up @@ -63,12 +63,12 @@ from. Hit 'q' to cancel the selection.
Build and install the given version of perl.
You can give a URL to a tarball of a Perl release to install that.
Versions of perl are specified as "perl-5.xx.x" for normal releases,
"perl-5.xx.x-RCx" for release candidates, and "perl-blead" or just "blead" for
the latest version from the git integration branch.
You can also give a URL to a tarball of a Perl release to install that.
=item B<install> /path/to/perl/git/checkout/dir
Build and install from the given git checkout dir.
Expand Down

0 comments on commit 00d07fb

Please sign in to comment.