On Thu, 2004-02-19 at 16:34, Michael Scott wrote:
> One thing that would help is if people ran
>
> perl tools/docs/write_docs.pl -d -s
>
> on various platforms and told me if it works - or what they did to make
> it work - because I only have access to Mac OS X 10.3.2 here.
It choked here on Linux with "Failed to process lib/Parrot/Pmc.pm".
<teasing>Modern filesystems understand both upper and lower
case.</teasing>
With the applied patch, there's only one warning:
Use of uninitialized value in substitution (s///) at
lib/Pod/Simple/HTML.pm line 344.
-- c
Index: lib/Parrot/Docs/Section/Perl.pm
===================================================================
RCS file: /cvs/public/parrot/lib/Parrot/Docs/Section/Perl.pm,v
retrieving revision 1.1
diff -u -u -r1.1 Perl.pm
--- lib/Parrot/Docs/Section/Perl.pm 6 Feb 2004 22:53:24 -0000 1.1
+++ lib/Parrot/Docs/Section/Perl.pm 20 Feb 2004 00:57:24 -0000
@@ -50,7 +50,7 @@
$self->item('', 'lib/Parrot/String.pm'),
),
$self->group('PMCs', '',
- $self->item('', 'lib/Parrot/Pmc.pm'),
+ $self->item('', 'lib/Parrot/PMC.pm'),
$self->item('', 'lib/Parrot/Pmc2c.pm'),
$self->item('', 'lib/Parrot/Vtable.pm'),
),