pod fixups on README.android
authorBrian Fraser <fraserbn@gmail.com>
Tue, 21 Jan 2014 18:23:12 +0000 (15:23 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 17:44:24 +0000 (14:44 -0300)
README.android

index 4ddff06..fc1d7fa 100644 (file)
@@ -18,7 +18,7 @@ perl native using one of the toolchains available on the Play Store.
 This document describes how to set up your host environment when
 attempting to build Perl for Android.
 
-=head1 Cross-Compiling Perl
+=head1 Cross-Compiling
 
 These instructions assume an Unixish build environment on your host system;
 they've been tested on Linux and OS X, and may work on Cygwin and MSYS.
@@ -173,6 +173,8 @@ On some older low-end devices -- think early 2.2 era -- some tests,
 particularly t/re/uniprops, may crash the phone, causing it to turn
 itself off once, and then back on again.
 
+=back
+
 =head1 Native Builds
 
 While Google doesn't provide a native toolchain for Android,
@@ -192,8 +194,6 @@ compiling perl is little more than:
     export LD_LIBRARY_PATH="$SYSROOT/lib:`pwd`:`pwd`/lib:`pwd`/lib/auto:$LD_LIBRARY_PATH"
     sh Configure -des -Dsysroot=$SYSROOT -Alibpth="/system/lib /vendor/lib"
 
-=back
-
 =head1 AUTHOR
 
 Brian Fraser <fraserbn@gmail.com>