Re: [p5p] [p5pod] Pod::InputObjects patch for plain refs

2000-03-07 Thread Russ Allbery
Brad Appleton [EMAIL PROTECTED] writes: On Tue, Mar 07, 2000 at 06:40:12PM -0600, Brad Appleton wrote: Russ Allbery [EMAIL PROTECTED] wrote - next unless (ref || ref eq 'SCALAR'); + next if (!ref || ref eq 'SCALAR'); if ($_-isa('Pod::InteriorSequence') or $_-can('nested

Re: [PATCH perl-5.5.670/lib/Pod/Text.pm] Add missing HTML escapes

2000-03-07 Thread Russ Allbery
. (Sorry, was meaning to get back to you earlier when you sent it to me directly. I'm just dropping stuff left and right lately.) It may be clearer if you read "ISO 8859-1" for "valid in an xterm." -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

[PATCH] Pod::Man bug fixes (for 5.6)

2000-03-06 Thread Russ Allbery
completely do the right thing there. 2000-03-06 Russ Allbery [EMAIL PROTECTED] * lib/Pod/Man.pm: Set version number to 1.00, change references to pod2roff to pod2man in the documentation, and remove the note about this module replacing pod2man in Perl core. * lib

Re: [p5pod] [RFC ??, v1] =also for|begin|end POD commands

2000-08-04 Thread Russ Allbery
format). I'm still pretty unconvinced that such a module can actually manage to do anything really useful, based on my experience writing translators. I know I need to expand on that feeling a bit more; I'll try to do that as soon as I can find some time to do so. -- Russ Allbery ([EMAIL PROTECTED

Re: [p5pod] [RFC ??, v1] =also for|begin|end POD commands

2000-08-04 Thread Russ Allbery
l marginal utility would be pretty small and not worth the speed hit from the extra level of method call indirection. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: [p5pod] [RFC ??, v1] =also for|begin|end POD commands

2000-08-04 Thread Russ Allbery
am interested in continuting to maintain the POD translators that I wrote, and if this is the way that we want the wind to shift, I'll try to help. But so far, again, I'm unenthused. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

podlators 1.05 available

2000-11-18 Thread Russ Allbery
ile: $CPAN/authors/id/R/RR/RRA/podlators-1.05.tar.gz size: 41643 bytes md5: ecf3f2957fae25e75d1f9e914be4d28d 2000-11-18 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 1.05 released. * scripts/pod2man.PL: Allow pod2man to take multiple pairs of input and ou

podlators 1.07 released

2001-01-16 Thread Russ Allbery
The URL ftp://ftp.eyrie.org/pub/software/modules/podlators-1.07.tar.gz has entered CPAN as file: $CPAN/authors/id/R/RR/RRA/podlators-1.07.tar.gz size: 42875 bytes md5: f0e9e495cc47d161297dd8f041961834 Changes from previous release: 2001-01-16 Russ Allbery [EMAIL PROTECTED

Re: Footnotes take 2

2001-03-13 Thread Russ Allbery
if they think they look better. (Thanks for the patch!) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: POD as Latin-1 or Unicode

2001-04-17 Thread Russ Allbery
that this should change; I'm just pointing out that you don't have to worry about backward compatibility because up until now, this never worked. I'm leaning toward "verbatims always come out in UTF8", for sake of uniformity. Yup. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Error processing perlfaq5 with pod2man

2001-04-09 Thread Russ Allbery
is ugly. At least some of the ugliness is because of where we're trying to do guesswork; it would definitely be cleaner if some higher-level module could turn the appropriate things into interior sequences. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: TODO file for podlators

2001-05-29 Thread Russ Allbery
extension of POD I would personally like to see are tables: Yeah, this has been discussed on p5p in the past. My read is that there was general consensus that if you want things like tables, switching to SDF would be a better approach. -- Russ Allbery ([EMAIL PROTECTED]) http

Re: perlpodspec, draft 1

2001-08-20 Thread Russ Allbery
or two. *wry grin* -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: perlpodspec, draft 1

2001-08-20 Thread Russ Allbery
one that doesn't do something really odd. Incidentally, I *do* very much appreciate you going to all this work; I don't mean to sound completely negative. The rewrite of the POD specification has needed doing for a long time. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org

Re: Xindex

2001-08-22 Thread Russ Allbery
any automatic index generation with them. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: perlpodspec, draft 2

2001-10-01 Thread Russ Allbery
. Will be in the next version. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: podlators 1.11 released

2001-10-20 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] writes: A major bug fix for troff output, various warning fixes, a wrapping fix in Pod::Text::Overstrike, better error reporting, new functionality in all the Pod::Text modules for formatting POD interspersed with code and leaving the code in the output

Re: ==foo commands

2001-11-02 Thread Russ Allbery
how widespread the usage of it was. It comes up when there are complaints about POD requiring too much vertical whitespace. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: ==foo commands

2001-11-02 Thread Russ Allbery
Sean M Burke [EMAIL PROTECTED] writes: Hmmm. I'm not generally adverse to changing perlpodspec, but I think that the changes that would be necessary to accomodate this syntax would be really unpleasant. Brad remembered that Larry vetoed it, so I think that's probably final. -- Russ

Re: Pod::InputObjects / Pod::ParseTree

2001-11-02 Thread Russ Allbery
Brad Appleton [EMAIL PROTECTED] writes: So the answer is yes, the Pod::ParseTree really is used by folks who don't want to do stream-based parsing (not everyone uses Pod::Tree instead ;-) Pod::Man uses Pod::ParseTree, and I believe also some of the methods from Pod::InputObjects. -- Russ

Re: Pod::InputObjects / Pod::ParseTree

2001-11-02 Thread Russ Allbery
a Pod::ParseTree object? Because a Pod::Paragraph has additional information beyond what a Pod::ParseTree has, I would assume, and is therefore implemented as a wrapper object around a parse tree. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: podlators

2001-11-07 Thread Russ Allbery
On 14 Nov 2001, Russ Allbery wrote: It would be good to include more of the technical syntax in here. For example, how should the following be parsed? LParsing and/or Formatting LParsing/Formatting LFun Times/Summer Vacation L Time::HiRes L perlfunc / $. L

Re: perlpodspec and perlpod rewrite, draft 3 final

2001-11-14 Thread Russ Allbery
into a function and get back its four components and its type. Pod::ParseUtils's Pod::Hyperlink class could easily be implemented internally by using Pod::ParseLink, and that would have a lot of advantages for uniformity of parsing. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org

Pod::ParseLink

2001-11-14 Thread Russ Allbery
Here's the parser that I wrote, so that people can see what I'm talking about. It's been minimally tested, but not really hammered yet. # Pod::ParseLink -- Parse an L formatting code in POD text. # $Id$ # # Copyright 2001 by Russ Allbery [EMAIL PROTECTED] # # This program is free software; you

Re: L... things, per perlpodspec

2001-11-14 Thread Russ Allbery
correct in understanding that Lperlfunc/chown isn't valid syntax for the page perlfunc, and instead should be Lperlfunc/chown? In other words, are quotes allowed and stripped from the name as well, or just the section? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

podlators 1.13 released

2001-11-15 Thread Russ Allbery
/podlators-1.13.tar.gz has entered CPAN as file: $CPAN/authors/id/R/RR/RRA/podlators-1.13.tar.gz size: 51324 bytes md5: 2bd392fc62e7ef97cb0eaaa28fcd4f88 No action is required on your part Request entered by: RRA (Russ Allbery) Request entered on: Thu, 15 Nov 2001 09:05:54 GMT Request completed

podlators 1.14 released

2001-11-23 Thread Russ Allbery
size: 61048 bytes md5: dd4fdfdcb714552c8bc08a4f8ff8f0c7 No action is required on your part Request entered by: RRA (Russ Allbery) Request entered on: Fri, 23 Nov 2001 10:18:49 GMT Request completed: Fri, 23 Nov 2001 10:19:42 GMT Changes from previous release: 2001-11-23 Russ Allbery [EMAIL

Re: podlators 1.14 released

2001-11-24 Thread Russ Allbery
to clean up some documentation issues; expect another release with those changes and the core test patches added in a few days. Thanks! -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: podlators 1.14 released

2001-11-24 Thread Russ Allbery
Reini Urban [EMAIL PROTECTED] writes: Russ Allbery schrieb: Does anyone actually use pod2text --alt? I'm really tempted to remove it; it's a bit of a hassle to maintain. me. Does it actually continue to do sane things? Is the markup reasonable? Is there anything that should be improved

Re: podlators 1.15 released

2001-11-26 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] writes: Documentation and test suite fixes. The Pod::Text::Termcap test should now be reasonably portable. Barring any major problems, this will probably be the last release for a little while as I need to work on other projects. This should be suitable

Re: =equate

2001-11-29 Thread Russ Allbery
. I'm not so sure about this one: Not sure whether to allow something like: =equate N C,I ...and if you don't know what an Nfoo bar is, pretend I used a CIfoo bar instead. though, because it's a bit harder to implement and seems to be stretching things a little. -- Russ Allbery ([EMAIL

Re: perlpodspec, draft 2

2001-10-01 Thread Russ Allbery
for entries like perlfunc/die? Or perlre/Regular Expressions or something like that? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: perlpodspec, draft 2

2001-10-01 Thread Russ Allbery
or LTheory of MIMEs. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

podlators 1.19 released

2002-01-02 Thread Russ Allbery
: 04adc3c3f48b63ea744435139c4cb04f No action is required on your part Request entered by: RRA (Russ Allbery) Request entered on: Wed, 02 Jan 2002 09:17:06 GMT Request completed: Wed, 02 Jan 2002 09:18:32 GMT Changes from previous release: 2002-01-02 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 1.19

Re: Error in perlfunc for die

2002-03-23 Thread Russ Allbery
be the right one. Ideas, anyone? perl5-porters (it's a bug in Perl 5) or perl-documentation (althougth the latter was originally for another documentation project). -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

podlators 1.22 released

2002-06-23 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 1.22 released. * lib/Pod/Man.pm (quote_literal): Tweak the regex for matching numbers to not consider a single period to be a number. * lib/Pod/Text.pm (seq_c): Likewise. * t/man.t: Add a test for proper

podlators 1.24 released

2002-08-03 Thread Russ Allbery
://ftp.eyrie.org/pub/software/modules/podlators-1.24.tar.gz has entered CPAN as file: $CPAN/authors/id/R/RR/RRA/podlators-1.24.tar.gz size: 69066 bytes md5: 83f3f8d539556fc00ca8359c37f9d884 Changes from previous release: 2002-08-03 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 1.24

Re: the construct =item * Foo bar

2002-10-07 Thread Russ Allbery
to express with: =item * Foo bar baz Er, all the translators that I've written require the latter too. Do we really have to change the spec to support this? Can't we just say that it's wrong? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: the construct =item * Foo bar

2002-11-04 Thread Russ Allbery
time to do that over Christmas break. Help is, of course, always greatly appreciated from anyone who understands *roff well. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: [PATCH] Additional test for B::Lint

2002-11-12 Thread Russ Allbery
Sean M Burke [EMAIL PROTECTED] writes: At 10:32 2002-11-12 -0800, Russ Allbery wrote: Hexadecimal entities are not recognized at all by pod2man. Yup, this is a relatively minor fix once pod2man has full mapping tables available, which is something I plan on working on as soon as I have

podlators 1.26 released

2003-03-30 Thread Russ Allbery
: $CPAN/authors/id/R/RR/RRA/podlators-1.26.tar.gz size: 70180 bytes md5: ac60619f19b7c0f29466902c3a675df6 Changes from previous release: 2003-03-30 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 1.26 released. * lib/Pod/Man.pm: Make sure the module returns 1, to keep Perl

podlators 1.27 released

2003-07-09 Thread Russ Allbery
md5: 796b865b498de42f93552777b53f57c0 Changes since previous release: 2003-07-09 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 1.27 released. * lib/Pod/Text/Termcap.pm (initialize): Handle the case where the HOME environment variable isn't set, mostly for Windows

Re: PodParser VERSION quirks

2003-08-20 Thread Russ Allbery
): ($] = 5.006 ? (INSTALLDIRS = 'perl') : ()), in your WriteMakefile invocation. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Pod::Simple::Man

2003-09-21 Thread Russ Allbery
Sean M Burke [EMAIL PROTECTED] writes: OK, your mission, should you choose to accept it, is to peruse this archive: http://www.interglacial.com/temp/simplifex.tar.bz2 Cool. I have a week of vacation coming, starting on Friday. I'll try to look this over sometime during that week. -- Russ

Re: Pod::Simple::Man

2003-10-05 Thread Russ Allbery
it that way because it was easy and caused the right things to happen. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Pod::Man name duplication

2003-12-09 Thread Russ Allbery
priority (and it's definitely behind the conversion to the new POD parsing modules in terms of priority). (You mean pod2man maintainer, not POD maintainer, as POD is used for other things than man pages where this sort of check wouldn't be appropriate.) -- Russ Allbery ([EMAIL PROTECTED

Re: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]

2004-05-29 Thread Russ Allbery
Sean M Burke [EMAIL PROTECTED] writes: Russ Allbery is finishing up modifying Pod::Man to use Pod::Simple instead of Pod::Parser. And also I have modules to replace Pod::Text, Pod::Checker, and (relevent to your patch!) Pod::Find. I'll be fixing the existing Pod::Text module to use Pod

Pod::Usage and Pod::Select

2004-06-09 Thread Russ Allbery
= $self-{USAGE_OPTIONS}-{-message} or return 1; +my $out_fh = $self-output_fh(); +print $out_fh $msg\n; +} + sub begin_pod { my $self = shift; $self-SUPER::begin_pod(); ## Have to call superclass -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Pod::Man =head1 Capitalization

2004-11-03 Thread Russ Allbery
(although odd). -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: PodParser-1.29 for review

2005-03-05 Thread Russ Allbery
release out and clear the things that I've already fixed. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

podlators 2.00 released

2005-11-28 Thread Russ Allbery
://ftp.eyrie.org/pub/software/modules/podlators-2.00.tar.gz has entered CPAN as file: $CPAN/authors/id/R/RR/RRA/podlators-2.00.tar.gz size: 74618 bytes md5: c301771734edfe20e8f0dd995173249c Changes since previous release: 2005-11-28 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators

Re: podlators 2.00 released

2005-12-07 Thread Russ Allbery
-{USAGE_OPTIONS}-{-message} or return 1; +my $out_fh = $self-output_fh(); +print $out_fh $msg\n; +} + sub begin_pod { my $self = shift; $self-SUPER::begin_pod(); ## Have to call superclass -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: [perl.perl5.porters] Pod::Man broken in podlators-2.0 creating empty man files

2005-12-14 Thread Russ Allbery
there's really much advantage beyond supporting code that assumed one could reuse an object, but I'm happy to add in a call to reinit so that the old code would continue to work. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: Pod::Man broken in podlators-2.0 creating empty man files

2006-01-06 Thread Russ Allbery
2.0.1 right after a new Pod::Simple is released that requires it and calls reinit where appropriate. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

podlators 2.0.1 released

2006-01-20 Thread Russ Allbery
/podlators-2.0.1.tar.gz has entered CPAN as file: $CPAN/authors/id/R/RR/RRA/podlators-2.0.1.tar.gz size: 75309 bytes md5: ad8df30fef592ad4b410769a2472dd1a Changes from previous release: 2006-01-20 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 2.0.1 released

Re: podlators 2.0.1 released

2006-01-23 Thread Russ Allbery
below against podlators-2.0. I'll try to take a look today and get a new release out very soon. Thanks! -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: podlators 2.0.1 released

2006-01-25 Thread Russ Allbery
in Perl 5.8.7 and in 5.6.1. A new release is coming in a few minutes. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: podlators 2.0.1 released

2006-01-25 Thread Russ Allbery
. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

Re: podlators 2.0.2 released

2006-01-28 Thread Russ Allbery
passed in a file handle that the caller had opened. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/

podlators 2.0.3 released

2006-01-28 Thread Russ Allbery
md5: 147aec4af75a3e26226360866d856693 Changes since last release: 2006-01-28 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 2.0.3 released. * t/basic.t: Pass in a file handle for Pod::Simple output and then close it afterwards to work around Pod::Simple leaving file

podlators 2.0.4 released

2006-02-19 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 2.0.4 released. * lib/Pod/Man.pm (devise_date): Pod::Simple's source_filename method returns garbage if we're parsing from a file handle, so use the current time if stating the returned input file fails

podlators 2.0.5 released

2006-09-16 Thread Russ Allbery
/software/modules/podlators-2.0.5.tar.gz has entered CPAN as file: $CPAN/authors/id/R/RR/RRA/podlators-2.0.5.tar.gz size: 78149 bytes md5: cea86e1312a39d6f817518984a65eecf Changes since previous release: 2006-09-16 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 2.0.5 released

Re: podlators/Pod::Simple backwards compatibility

2007-03-03 Thread Russ Allbery
::Man side that I can see without going to bizarre lengths, and it's quite natural to fix them in Pod::Simple. The most important from my perspective is for Pod::Simple to close file descriptors that it opens; not doing this causes real problems on Windows. -- Russ Allbery ([EMAIL PROTECTED

podlators 2.0.6 released

2007-11-29 Thread Russ Allbery
entered CPAN as file: $CPAN/authors/id/R/RR/RRA/podlators-2.0.6.tar.gz size: 79293 bytes md5: 27e254432c911823cfb8589a42a96204 Changes from the previous release: 2007-11-28 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 2.0.6 released. * lib/Pod/Man.pm

podlators 2.1.1 released

2008-07-04 Thread Russ Allbery
-2.1.1.tar.gz size: 81233 bytes md5: 69b273211acfeb4769eb227375e97ddf Changes from previous release: 2008-07-03 Russ Allbery [EMAIL PROTECTED] * VERSION: podlators 2.1.1 released. * t/man-options.t: Test changing the fixed-width fonts. * lib/Pod/Man.pm (preamble): Pass

podlators 2.1.5 released

2008-09-21 Thread Russ Allbery
aspell. The URL http://archives.eyrie.org/software/perl/podlators-2.1.4.tar.gz has entered CPAN as file: $CPAN/authors/id/R/RR/RRA/podlators-2.1.4.tar.gz size: 84651 bytes md5: 1f5a450fd2258781dddc2a88bbb31f39 Changes from previous version: 2008-09-21 Russ Allbery [EMAIL PROTECTED

podlators 2.2.1 released

2008-12-19 Thread Russ Allbery
size: 87511 bytes md5: b2ed6021d26b6c64d66541d4cb165ea3 No action is required on your part Changes from previous release: 2008-12-19 Russ Allbery r...@stanford.edu * VERSION: podlators 2.2.1 released. * t/man.t: Add a test of =for. * t/text.t: Likewise. 2008-11

podlators 2.2.2 released

2009-01-17 Thread Russ Allbery
: c91079e0409c0911f6df6ae88f42c344 Changes from the previous release: 2009-01-17 Russ Allbery r...@stanford.edu * VERSION: podlators 2.2.2 released. * t/man-heading.t: New file testing Pod::Man options for changing the .TH line of the generated man page. * lib/Pod/Text.pm

Pod::Simple sometimes broken?

2009-02-10 Thread Russ Allbery
succeeds for me. I don't understand why it fails for some people. Does anyone have any idea what could be going on here? -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Handling of LModule in Pod::Man

2009-03-21 Thread Russ Allbery
should do? -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: allowing Ltext|href

2009-11-30 Thread Russ Allbery
should support it and am happy to find a way of representing the results textually in Pod::Text and Pod::Man. It will produce much nicer HTML output. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: is LFoo::Bar|Foo::Bar still needed?

2009-12-01 Thread Russ Allbery
seen it in some time. Pod::Man stopped doing that many years ago... I think at least five or six years. And I believe it was the only culprit. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: is LFoo::Bar|Foo::Bar still needed?

2009-12-01 Thread Russ Allbery
David E. Wheeler da...@kineticode.com writes: On Dec 1, 2009, at 11:36 AM, Russ Allbery wrote: Pod::Man stopped doing that many years ago... I think at least five or six years. And I believe it was the only culprit. Oh man. I've been doing the same thing as Ricardo for years. I didn't

Re: Pod::Simple fullstop_space_harden Attribute

2009-12-12 Thread Russ Allbery
preserve_whitespace, so I don't believe there's anything that needs to be changed in it. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

podlators 2.3.0 released

2009-12-28 Thread Russ Allbery
with Pod::Text subclasses, suppresses formatting in the NAME section of man pages, and fixes a few other bugs. Note that Pod::Simple 3.06 or later is now required. Changes since previous release: 2009-12-28 Russ Allbery r...@stanford.edu * VERSION: podlators 2.3.0 released

Re: Ansi color tag

2010-04-16 Thread Russ Allbery
can embed HTML but the man pages can't display those. I'm afraid man pages also can't display color. Did you already know about Pod::Text::Color? -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: `=item 1. Text` Doesn't Produce Ordered List Item

2010-07-20 Thread Russ Allbery
pod2html is wrong here. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: pod2html and Pod::Simple

2010-07-21 Thread Russ Allbery
) But I similarly-and-worse forgot to produce a /drop-in/ pod2man replacement. That's okay, I did that. :) -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: `=item 1. Text` Doesn't Produce Ordered List Item

2010-07-22 Thread Russ Allbery
where anything isn't a bullet or a number produces an unordered list. perlpodspec does say that, although I admit I had to read it a couple of times. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: `=item 1. Text` Doesn't Produce Ordered List Item

2010-07-22 Thread Russ Allbery
David E. Wheeler da...@kineticode.com writes: On Jul 22, 2010, at 2:38 PM, Russ Allbery wrote: That's not because =item * Stuff is being specially recognized. That's because =item anything where anything isn't a bullet or a number produces an unordered list. perlpodspec does say

podlators 2.4.0 released

2010-10-10 Thread Russ Allbery
: 94197 bytes md5: 12f9440cb0dda67cf089d7a4b28f7329 Changes since the previous release: 2010-10-10 Russ Allbery r...@stanford.edu * VERSION: podlators 2.4.0 released. * scripts/pod2man: Remove the code to generate the #! line and supporting code and instead rely

Re: How can one put a table into a pod

2011-04-23 Thread Russ Allbery
and Pod::Man, but I'd have to ask someone else to write the initial implementation. I think support in Pod::Man at least would be fairly important before deciding to add tables to Perl's core documentation, but the research on how to use tbl properly is more than I currently have time for. -- Russ

Re: How can one put a table into a pod

2011-04-23 Thread Russ Allbery
then improve that. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: Blanks and underscores in html links

2011-04-26 Thread Russ Allbery
. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: pod2html and Pod::Simple

2011-05-04 Thread Russ Allbery
::Text) are good. I assume this is only about pod2html. There are tons of different POD to HTML conversion modules. Rather than porting the one that happens to be in Perl core, it may be better to incorporate one of the other ones that already uses Pod::Simple and remove the old one. -- Russ

Re: Z in =item

2011-06-26 Thread Russ Allbery
what Pod::Simple does. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: AW: GSoC Status Update

2011-07-17 Thread Russ Allbery
. (There are some bugs open in RT.) -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: Deprecation of alternate text in hyperlinks

2012-01-23 Thread Russ Allbery
be undeprecated and declared officially blessed. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: On verbatim paragraphs immediately following an =item command; and Pod::Simple

2012-02-18 Thread Russ Allbery
, at present, I'm assuming that all the paragraphs are inside the item until I see another item, whether they're passed in as the text of the item or not. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: pod2html in perl-5.15.9 recognizes POD markup in verbatim sections

2012-04-25 Thread Russ Allbery
in ways that could be destructive. (For example, it would not format perlpodspec correctly!) -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: Strange perldoc perldoc

2012-04-30 Thread Russ Allbery
Shawn H Corey shawnhco...@gmail.com writes: On 12-04-30 12:33 PM, Russ Allbery wrote: Which pod2foo are you running that made that verbatim? Neither pod2text nor pod2man from podlators as distributed on CPAN do. I just type: perldoc perldoc That uses Pod::Man by default, at least on UNIX

Re: Strange perldoc perldoc

2012-04-30 Thread Russ Allbery
Works for me with: windlord:~ perldoc -V Perldoc v3.15_04, under perl v5.014002 for linux I'm starting to suspect something weird going on with a newer version of perldoc. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

podlators 2.4.1 released

2012-05-30 Thread Russ Allbery
as file: $CPAN/authors/id/R/RR/RRA/podlators-2.4.1.tar.gz size: 96520 bytes md5: 78f9279c552d50692f02ce3744e89639 Changes from the previous release: 2012-05-30 Russ Allbery r...@stanford.edu * VERSION: podlators 2.4.1 released. * lib/Pod/Man.pm (parse_file): Override the Pod

podlators 2.4.2 released

2012-06-01 Thread Russ Allbery
from previous release: 2012-06-01 Russ Allbery r...@stanford.edu * VERSION: podlators 2.4.2 released. * t/text-encoding.t: Remove the test of a POD document without an encoding. We previously tested that this interpreted the document as ISO 8859-1, but Pod

Re: Possible patch to Test::Pod

2012-06-05 Thread Russ Allbery
if the test suite fails? If so, I think that tool is what's buggy here, and that tool should be fixed so that it's possible to install modules with failing tests, since that's very common, for many reasons other than this. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

Re: Possible patch to Test::Pod

2012-06-08 Thread Russ Allbery
David E. Wheeler da...@justatheory.com writes: On Jun 7, 2012, at 10:20 AM, Russ Allbery wrote: That seems like something that maybe we could all agree could be done, no? This seems broader than just POD tests; the test failures may be due to some minor bit of functionality, or a change

Version comments in POD output

2012-12-26 Thread Russ Allbery
that it's really doing anyone any good. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

podlators 2.5.0 released

2013-01-02 Thread Russ Allbery
entered CPAN as file: $CPAN/authors/id/R/RR/RRA/podlators-2.5.0.tar.gz size: 101497 bytes md5: 964f19e1ab23420a2f7c8753943b8a03 Changes from the previous release: 2013-01-02 Russ Allbery r...@stanford.edu * VERSION: podlators 2.5.0 released. * lib/Pod/Man.pm (guesswork

Re: Recent pod

2013-02-25 Thread Russ Allbery
. In general, I think that this is an improvement, as one should not usually mix =item formats. I can see that your case is completely legitimate, though. You can fix it by wrapping those items in Cs. Better (since it doesn't change the formatting): =item 0Z =item *Z -- Russ Allbery (r

Re: Recent pod

2013-02-26 Thread Russ Allbery
through it. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/

  1   2   >