summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
authorSmylers <Smylers@stripey.com>2013-09-04 11:32:24 +0100
committerJames E Keenan <jkeenan@cpan.org>2013-09-05 03:05:12 +0200
commit7eac65da03a4beb9564e00bcaa3adb660608975f (patch)
tree5314690c370dffdc74d47b949f3a141b1f21fb8a /pod/perlhack.pod
parenta44b8c282395858fcd618edc32885e6d0feb40ae (diff)
downloadperl-7eac65da03a4beb9564e00bcaa3adb660608975f.tar.gz
Consistent indent on shell commands
Most verbatim lines with shell commands had 2 spaces before the % prompt. A few had 1 or 4 spaces. Make them all 2. Remove trailing whitespace. For: RT #119599
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r--pod/perlhack.pod18
1 files changed, 9 insertions, 9 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 55fca659f4..7194469d0e 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -60,8 +60,8 @@ Assuming your patch consists of a single git commit, the following
writes the file as a MIME attachment, and sends it with a meaningful
subject:
- % git format-patch -1 --attach
- % perlbug -s "[PATCH] $(git log -1 --oneline HEAD)" -f 0001-*.patch
+ % git format-patch -1 --attach
+ % perlbug -s "[PATCH] $(git log -1 --oneline HEAD)" -f 0001-*.patch
The perlbug program will ask you a few questions about your email
address and the patch you're submitting. Once you've answered them it
@@ -154,18 +154,18 @@ found at L<http://github.com/mirrors/perl>.
You can also choose to use rsync to get a copy of the current source
tree for the bleadperl branch and all maintenance branches:
- % rsync -avz rsync://perl5.git.perl.org/perl-current .
- % rsync -avz rsync://perl5.git.perl.org/perl-5.12.x .
- % rsync -avz rsync://perl5.git.perl.org/perl-5.10.x .
- % rsync -avz rsync://perl5.git.perl.org/perl-5.8.x .
- % rsync -avz rsync://perl5.git.perl.org/perl-5.6.x .
- % rsync -avz rsync://perl5.git.perl.org/perl-5.005xx .
+ % rsync -avz rsync://perl5.git.perl.org/perl-current .
+ % rsync -avz rsync://perl5.git.perl.org/perl-5.12.x .
+ % rsync -avz rsync://perl5.git.perl.org/perl-5.10.x .
+ % rsync -avz rsync://perl5.git.perl.org/perl-5.8.x .
+ % rsync -avz rsync://perl5.git.perl.org/perl-5.6.x .
+ % rsync -avz rsync://perl5.git.perl.org/perl-5.005xx .
(Add the C<--delete> option to remove leftover files.)
To get a full list of the available sync points:
- % rsync perl5.git.perl.org::
+ % rsync perl5.git.perl.org::
=head2 Write access via git