Author: chromatic
Date: Thu Apr 12 23:37:16 2007
New Revision: 18174
Modified:
trunk/lib/Parrot/Docs/File.pm
trunk/runtime/parrot/include/DWIM.pir
trunk/runtime/parrot/library/libpcre.pir
Log:
Fix a POD typo.
Then fix the POD scanner NOT TO LOOK FOR THAT TYPO DELIBERATELY.
I'm going to go lie down for a while.
Modified: trunk/lib/Parrot/Docs/File.pm
==============================================================================
--- trunk/lib/Parrot/Docs/File.pm (original)
+++ trunk/lib/Parrot/Docs/File.pm Thu Apr 12 23:37:16 2007
@@ -59,7 +59,7 @@
'dev' => 'Development documentation',
'dump' => 'Dump file',
'el' => 'eMacs Lisp code',
- 'exp' => 'Perl6 expected parse tree',
+ 'exp' => 'Perl 6 expected parse tree',
'flag' => 'Some kind of IMCC file',
'generated' => 'MANIFEST generated file',
'h' => 'C header',
@@ -74,7 +74,7 @@
'o' => 'Compiled file',
'ook' => 'Ook! code',
'ops' => 'Parrot opcode file',
- 'p6' => 'Perl6 code',
+ 'p6' => 'Perl 6 code',
'pasm' => 'Parrot assembly code',
'pbc' => 'Parrot bytecode',
'pl' => 'Perl script',
@@ -335,7 +335,7 @@
my $text = $self->read;
return ''
- unless $text =~
/^=head1\s+(?:NAME|TITLE|TITEL)\s*[\n\r]+([^\n\r]+)/smo;
+ unless $text =~ /^=head1\s+(?:NAME|TITLE)\s*[\n\r]+([^\n\r]+)/smo;
$text = $1;
Modified: trunk/runtime/parrot/include/DWIM.pir
==============================================================================
--- trunk/runtime/parrot/include/DWIM.pir (original)
+++ trunk/runtime/parrot/include/DWIM.pir Thu Apr 12 23:37:16 2007
@@ -243,7 +243,7 @@
exit 1
ok: # fall through to caller/includer
-=head1 TITEL
+=head1 TITLE
Parrot::DWIM - Parrot's confusing opcodes made easy.
Modified: trunk/runtime/parrot/library/libpcre.pir
==============================================================================
--- trunk/runtime/parrot/library/libpcre.pir (original)
+++ trunk/runtime/parrot/library/libpcre.pir Thu Apr 12 23:37:16 2007
@@ -1,7 +1,7 @@
# Copyright (C) 2004-2006, The Perl Foundation.
# $Id$
-=head1 TITEL
+=head1 TITLE
libpcre.pir - NCI interface to Perl-Compatible Regular Expression library