Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perldoc -f shift #672

Closed
p5pRT opened this issue Oct 2, 1999 · 4 comments
Closed

perldoc -f shift #672

p5pRT opened this issue Oct 2, 1999 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Oct 2, 1999

Migrated from rt.perl.org#1557 (status was 'resolved')

Searchable as RT1557$

@p5pRT
Copy link
Author

p5pRT commented Oct 2, 1999

From richard@rfi.net

Or is perl drifting towards win32 cAsE (in)sensitivity
?-)

Ciao
--
Richard Foley
+49 (0) 8121 988920 -> richard@​rfi.net

@p5pRT
Copy link
Author

p5pRT commented Oct 2, 1999

From [Unknown Contact. See original ticket]

perldoc -f shift ... '<Shift>' should read '<shift>'

Or is perl drifting towards win32 cAsE (in)sensitivity
?-)

Ciao
--
Richard Foley
+49 (0) 8121 988920 -> richard@​rfi.net

@p5pRT
Copy link
Author

p5pRT commented Jul 15, 2000

From @vanstyn

A rash of 'just another perlbug test' messages around this time -
perhaps that's why this report was ignored. Patch raised over 5.6.0,
but should apply over 5.005_03 and 5.004_05 as well.

Hugo

Inline Patch
--- pod/perlfunc.pod.old	Mon Mar 20 22:13:52 2000
+++ pod/perlfunc.pod	Fri Jul 14 23:01:48 2000
@@ -3996,7 +3996,7 @@
 the C<eval ''>, C<BEGIN {}>, C<INIT {}>, C<CHECK {}>, and C<END {}>
 constructs.
 
-See also C<unshift>, C<push>, and C<pop>.  C<Shift()> and C<unshift> do the
+See also C<unshift>, C<push>, and C<pop>.  C<shift> and C<unshift> do the
 same thing to the left end of an array that C<pop> and C<push> do to the
 right end.
 

@p5pRT
Copy link
Author

p5pRT commented Jul 15, 2000

From @jhi

-See also C<unshift>, C<push>, and C<pop>. C<Shift()> and C<unshift> do the

Somebody had by now downcaseds the Shift so this patch didn't apply but
I did now remove the parentheses which were still there.

+See also C<unshift>, C<push>, and C<pop>. C<shift> and C<unshift> do the
same thing to the left end of an array that C<pop> and C<push> do to the
right end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant