perldelta: Clean up the Configuration section
authorFather Chrysostomos <sprout@cpan.org>
Wed, 16 Mar 2011 01:05:55 +0000 (18:05 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 21 Mar 2011 16:16:43 +0000 (09:16 -0700)
pod/perldelta.pod

index ea3714d..84ea2c3 100644 (file)
@@ -2272,23 +2272,18 @@ above.
 
 =item *
 
-Fix CCINCDIR and CCLIBDIR for mingw64 cross compiler to correctly be under
+CCINCDIR and CCLIBDIR for the mingw64
+cross-compiler are now correctly under
 $(CCHOME)\mingw\include and \lib rather than immediately below $(CCHOME).
 
-=item *
-
 This means the 'incpath', 'libpth', 'ldflags', 'lddlflags' and
 'ldflags_nolargefiles' values in Config.pm and Config_heavy.pl are now
-set correctly (23ae7f).
-
-=item *
-
-Adjusted 'make test.valgrind' to account for cpan/dist/ext separation
-(e07ce2e)
+set correctly.
 
 =item *
 
-Compatibility with C<C++> compilers has been improved.
+'make test.valgrind' has been adjusted to account for cpan/dist/ext
+separation.
 
 =item *