This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POD formatting correction only.
authorJames E Keenan <jkeenan@cpan.org>
Sun, 21 Apr 2019 22:09:38 +0000 (18:09 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Sun, 21 Apr 2019 22:09:38 +0000 (18:09 -0400)
For: RT 134053

Porting/release_managers_guide.pod

index 7dc40c8..ceee995 100644 (file)
@@ -1009,9 +1009,10 @@ Check that basic configuration and tests work on each test machine:
 
 Check that the test harness and install work on each test machine:
 
- $ make distclean
- $ ./Configure -des -Dprefix=/install/path && make all test_harness install
- $ cd /install/path
+    $ make distclean
+    $ ./Configure -des -Dprefix=/install/path && \
+          make all test_harness install
+    $ cd /install/path
 
 (Remember C<-Dusedevel> above, for a development release.)