Front page | perl.perl5.porters |
Postings from April 2007
Typo in croak
From:
H.Merijn Brand
Date:
April 14, 2007 13:54
Subject:
Typo in croak
Message ID:
20070414225252.52060640@pc09
Audrey noticed this one. Thanks:
Change 30951 by merijn@merijn-nb09 on 2007/04/14 20:52:56
Type in croak message
Affected files ...
... //depot/perl/universal.c#163 edit
Differences ...
==== //depot/perl/universal.c#163 (text) ====
@@ -422,7 +422,7 @@
PERL_UNUSED_ARG(cv);
if (items != 2)
- Perl_croak(aTHX_ "Usage: invocant->does(kind)");
+ Perl_croak(aTHX_ "Usage: invocant->DOES(kind)");
else {
SV * const sv = ST(0);
const char *name;
--
H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.9.x on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.0 & 10.2, AIX 4.3 & 5.2, and Cygwin. http://qa.perl.org
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org
http://www.goldmark.org/jeff/stupid-disclaimers/
-
Typo in croak
by H.Merijn Brand