diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b3e05a2fbb..c881cb1ef3 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -267,7 +267,10 @@ that they represent may be covered elsewhere. =item * -XXX +F<t/porting/globvar.t> has been added, to run a sanity check on F<globar.sym>. +F<globar.sym> is not needed on most *nix platforms, but is for Win32, hence +previously was it was possible to inadvertently commit changes that worked +perfectly locally, but broke the build on Win32. =back @@ -348,10 +351,7 @@ L</Modules and Pragmata>. =item * -F<t/porting/globvar.t> has been added, to run a sanity check on F<globar.sym>. -F<globar.sym> is not needed on most *nix platforms, but is for Win32, hence -previously was it was possible to inadvertently commit changes that worked -perfectly locally, but broke the build on Win32. +XXX =back |