Simon Taylor wrote in perl.documentation :
> I think the author means 'wanted' rather that 'want'.
>
> (I'm not sure if this is the right forum for this patch, please advise if I
> should post this somewhere else).
Usually doc patches should be posted to perl5-porters, or patches to
perlfaq to pe
brian d foy wrote in perl.documentation :
> http://par.perl.org/index.cgi
A recent thread on the PAR mailing list discusses reviving par.perl.org,
so I think this link may be back in the near future.
--
Every time the wheel is reinvented it turns slower... -- JD in comp.editors
David H . Gutteridge wrote in perl.documentation :
>
> From browsing the archives of this list, it looks like this is the
> place for me to make a suggestion for a documentation addition.
> (Apologies if I'm wrong.)
Additions and patches to the core perl docs should go to the
perl5-porters mailing
Steven Philip Schubiger wrote in perl.documentation :
> Unless it's a bad pun...
>
> Steven
>
> --- pod/perlhist.pod Thu Mar 31 18:19:25 2005
> +++ pod/perlhist.pod Mon Apr 25 11:37:07 2005
> @@ -32,7 +32,7 @@
>
> [from Porting/pumpkin.pod in the Perl source code distribution]
>
> -Chip Salz
Hernan Perez Masci wrote in perl.documentation :
> I have noticed that the description of select perl function in perlfunc
> manual
> (the one that calls the select(2) syscall) doesn't mention anything about the
> possibility of having -1 as a return value when an error occurs.
Just like select
_brian_d_foy wrote in perl.documentation :
>=head2 How do I create a static variable?
>
> (contributed by brian d foy)
>
> Perl doesn't have "static" variables, which can only be accessed from
> the function in which they are declared. You can get the same effect
> with lexical variables, though.
>
_brian_d_foy wrote in perl.documentation :
> * I normalized some leading white space in some of the book
> listings. Some had spaces and some had tabs. Now they
> should all look the same regardless of editor settings and
> formatter output.
>
> * I added some of the books from the Apress catalog
Casey West wrote:
> --- perl-current-orig/lib/Carp/Heavy.pm Sat Jan 10 19:01:27 2004
> +++ perl-current/lib/Carp/Heavy.pm Wed Feb 4 17:02:10 2004
Thanks, applied as #22272 to bleadperl.
Eric S. Raymond wrote:
> > : This is automatically generated email about problems in a man page for which
> > : you appear to be responsible. If you are not the right person or list, tell
> > : me and I will attempt to correct my database.
I've now fixed perlce, perlnetware, DynaLoader, splain, d
Eric S. Raymond wrote:
> > This one was fixed in a recent version of Perl. For the others, see
> > the patch below. They make your system happy, but I don't know if
> > they're a correct implementation.
>
> I'll mark the perlce fix pending, then.
Looks like perlnetware.pod would need the same f
Rafael Garcia-Suarez wrote in perl.documentation :
> Change 18605 by rgs@rgs-home on 2003/01/30 20:58:52
>
> [perl #20616] code example in the FAQ that isn't strict-friendly.
> Subject: [perl #20616] Tie::IxHash doc error.
> From: Beckett Richard-qswi
Change 18605 by rgs@rgs-home on 2003/01/30 20:58:52
[perl #20616] code example in the FAQ that isn't strict-friendly.
Subject: [perl #20616] Tie::IxHash doc error.
From: Beckett Richard-qswi266 (via RT) <[EMAIL PROTECTED]>
Date: 30 Jan 2003 11:43:17 -
Me
Change 18604 by rgs@rgs-home on 2003/01/30 20:52:05
FAQ sync.
Affected files ...
... //depot/perl/pod/perlfaq.pod#31 edit
... //depot/perl/pod/perlfaq2.pod#61 edit
... //depot/perl/pod/perlfaq3.pod#73 edit
... //depot/perl/pod/perlfaq4.pod#80 edit
... //depot/perl/pod/perlfaq5.pod#53 edi
Robert Spier wrote in perl.documentation :
>> * explicity say that sfio may outperform stdio, since perl now
>> has perlio
>
> Is this still accurate? I think the new perlio layer stuff pretty
> much invalidates everything else.
Apparently yes (look up 'sfio' in the INSTALL file in bleadperl) :
Change 18459 by rgs@rgs-home on 2003/01/08 20:48:19
PerlFAQ sync.
Affected files ...
... //depot/perl/pod/perlfaq.pod#30 edit
... //depot/perl/pod/perlfaq1.pod#45 edit
... //depot/perl/pod/perlfaq2.pod#60 edit
... //depot/perl/pod/perlfaq3.pod#72 edit
... //depot/perl/pod/perlfaq4.pod#79
Change 18185 by rgs@rgs-home on 2002/11/26 21:06:48
PerlFAQ sync.
Affected files ...
... //depot/perl/pod/perlfaq.pod#29 edit
... //depot/perl/pod/perlfaq1.pod#44 edit
... //depot/perl/pod/perlfaq2.pod#59 edit
... //depot/perl/pod/perlfaq3.pod#71 edit
... //depot/perl
Yitzchak Scott-Thoennes wrote:
> --- perl/pod/perlfaq2.pod.origThu Aug 22 16:00:46 2002
> +++ perl/pod/perlfaq2.pod Thu Sep 12 13:55:20 2002
I think that perlfaq patches should be directed at the
perl-documentation mailing list, where they're integrated into
a CVS repository, and later
Sean M. Burke wrote in perl.documentation :
> My first attempt at a doc patch follows.
> This corrects an overly narrow description of $@.
Well, in fact, core doc patches should go to perl5-porters; this
list is for the FAQ pods (which are also duplicated on a separate CVS
server.)
Nicholas Clark wrote in perl.documentation :
>
> The only concern I might have is about 5.7 (and in future 5.9 things)
> "leaking" out into the stable world. But the world is grown up enough to
> cope with this, isn't it?
Or at least, the part of the world that reads the FAQ ;-)
guidance
> on the writing issues. the initial style guide can simply be the current
> style codified. :)
--
Rafael Garcia-Suarez
Change 13009 by jhi@alpha on 2001/11/14 22:27:12
FAQ sync.
Affected files ...
. //depot/perl/pod/perlfaq6.pod#26 edit
Differences ...
//depot/perl/pod/perlfaq6.pod#26 (text)
Index: perl/pod/perlfaq6.pod
--- perl/pod/perlfaq6.pod.~1~ Wed Nov 14 15:30:06 2001
+++ perl/po
should be in the tinderbox?
Check that the questions in perlfaq.pod match the =head2 items in
perlfaq\d.pod ?
--
Rafael Garcia-Suarez
A little patch against perlfaq3 (revision 1.6). A little bit of update
and advertisement for vim ; also removing a dead link.
Correct me if I'm wrong... as I understand it, the more up-to-date
version of the perlfaq is in CVS, and the version integrated in
bleadperl is updated from there by Jark
Pete Sergeant wrote :
>
> My current plan is to ask Ask to set up a bunch of
> perl.documentation.languagename where people can post diff files and discuss
> the docs. We should also probably maintain a central site for foreign
> language translations, where people can pick up different versions
24 matches
Mail list logo