perl5160delta: Don’t mention study bug fixes
authorFather Chrysostomos <sprout@cpan.org>
Sat, 21 Apr 2012 06:14:19 +0000 (23:14 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 21 Apr 2012 06:14:19 +0000 (23:14 -0700)
Now that we’ve made it a no-op, it’s not necessary to list the bug
fixes it had.

Porting/perl5160delta.pod

index 2941baa..ddf362c 100644 (file)
@@ -3155,11 +3155,6 @@ from when parsing a here document [perl #90128]. (5.14.1)
 
 =item *
 
-The C<study> function could become confused if fed a string longer than
-2**31 characters.  Now that it's a no-op, it can't.
-
-=item *
-
 C<each(I<ARRAY>)> is now wrapped in C<defined(...)>, like C<each(I<HASH>)>,
 inside a C<while> condition [perl #90888].