Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [perl #95034] Make perldoc <url> use a reasonabe name | Father Chrysostomos | 2011-09-18 | 1 | -1/+9 |
| | | | | | | | | | This patch makes perldoc with a URL use a somewhat reasonable name based on the basename of the URL, instead of displaying PALLEGCSYO or BJ1KKH1675 in the pod header (based on the tmp file name). It treats all URLs the same (changing perldoc.pod to PERLDOC), instead of treating .pm’s specially. Maybe this could be improved later. | ||||
* | Add crude support to perldoc for viewing PODs via HTTP(s) | Claes Jakobsson | 2011-07-09 | 1 | -3/+19 |
| | |||||
* | fix `perldoc -v '$0'` | Alan Haggai Alavi | 2011-06-24 | 1 | -1/+1 |
| | | | | | Presently, `perldoc -v '$0'` fetches the entry for $<digits> ($1, $2, ...) instead of $0 ($PROGRAM_NAME). | ||||
* | Increase $Pod::Perldoc::VERSION | Father Chrysostomos | 2011-06-24 | 1 | -1/+1 |
| | | | | in preparation for the next commit. | ||||
* | Increase Pod::Perldoc’s version | Father Chrysostomos | 2011-06-16 | 1 | -1/+1 |
| | | | | | | Perl 5.14.1 is using the number 3.15_04. What blead had until recently was identical to 5.14.1, but now it has diverged, so it needs a new number. | ||||
* | Factor out ->program_name and use it in more places | Shawn M Moore | 2011-06-16 | 1 | -4/+15 |
| | |||||
* | Comment grammar and clarity fix | Shawn M Moore | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | Consistently titlecase descriptions in -h | Shawn M Moore | 2011-06-16 | 1 | -2/+2 |
| | |||||
* | Use the same "$me OPTIONS" invocation as the other examples | Shawn M Moore | 2011-06-16 | 1 | -1/+1 |
| | | | | Otherwise when you have a subclass like cpandoc, it is inconsistent | ||||
* | Correct perldoc search path for VMS. | Craig A. Berry | 2011-05-18 | 1 | -2/+2 |
| | |||||
* | Bumping version of Pod::Perldoc per porting/cmpVERSION.pl | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
| | |||||
* | Fix typos (spelling errors) in dist/* | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -2/+2 |
| | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81888] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81888 > Signed-off-by: Abigail <abigail@abigail.be> | ||||
* | Documentation fix in perldoc's usage statement. (-A -> -v) | Offer Kaye | 2010-02-17 | 1 | -2/+2 |
| | | | | Reported in: <5694251002150108m12a3d68flb196f14a45103149@mail.gmail.com> | ||||
* | Fix uninitialized warnings in Pod::Perldoc | David Golden | 2009-10-21 | 1 | -1/+8 |
| | |||||
* | Move Pod::Perldoc from ext/ to dist/podder | Nicholas Clark | 2009-09-30 | 1 | -0/+1959 |