Revision history for Perl module group Pod::Perldoc

Time-stamp: "2008-05-08 11:29:00 BRT"

2008-11-01

2008-05-08

2008-05-02

2008-04-22

2008-04-16

2007-09-03

2007-08-23

2007-08-23

2004-11-30 Sean M. Burke sburke@cpan.org

2004-04-09 Sean M. Burke sburke@cpan.org

        Ken Willians notes that Pod::Perldoc::ToMan breaks when the
        pod2man program isn't in $Config{'scriptdirexp'}.  So I make it
        look there first, but then fall back to not specifying where it
        should be found.

        James Michael Du Pont notes that Carp::croak isn't always loaded
        by all versions of the modules perldoc uses.  So I add an explicit
        "require Carp::croak".

        I add t/01_about_verbose.t just to give more diagnostics.

2003-10-21 Sean M. Burke sburke@cpan.org

        Slaven Rezic notes that Makefile.PL should say INSTALLDIRS => "perl"
        for perl versions 5.8.1 and newer, to make installation work right
        on those perls.  Change made.

        Slaven Rezic notes that -q was generating an erroneous =over 8 ...
        around the sliced text from perlfaq searched via -q.  Change made
        -- this =over 8 ... =back stuff is now generated only if you're
        calling perldoc with -f (for perlfunc sections).

2003-10-12 Sean M. Burke sburke@cpan.org

2003-09-10 Sean M. Burke sburke@cpan.org

2003-07-24 Sean M. Burke sburke@cpan.org

Notable changes:

Wee little things:

2003-01-18 Sean M. Burke sburke@cpan.org

2002-12-01 Sean M. Burke sburke@cpan.org

2002-11-22 Sean M. Burke sburke@cpan.org

2002-11-11 Sean M. Burke sburke@cpan.org

2002-11-11 Sean M. Burke sburke@cpan.org

See the end of Pod/Perldoc.pm for previous revision history and TODOs