NOTICE: This package has been removed from pkgsrc

./devel/p5-Pod-Usage, Print a usage message from embedded pod documentation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.69nb5, Package name: p5-Pod-Usage-1.69nb5, Maintainer: ryoon

The Perl5 module "Pod::Usage" which provides the function "pod2usage()"
to print usage messages for a Perl script based on its embedded
pod documentation. Pod::Usage is a subclass of Pod::PlainText.
Please see the POD documentation for this module (embedded in the
file "Usage.pm") for more details. The pod2usage() function is
probably the most generally useful function in this entire distribution
since it is useful to just about any Perl5 script that is invoked
from the command-line.


Required to run:
[lang/perl5] [textproc/p5-podlators]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 4d102738f27d65478d885cf20380badfcaa837a3
RMD160: f24523869cebffb2555c705af23f535d4850d9b3
Filesize: 59.904 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816)
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298)
Log message:
Recursive revbump from lang/perl5 5.26.0
   2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236)
Log message:
Bump PKGREVISION for perl-5.24.
   2016-05-27 15:24:43 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.69

Upstream changes:
1.69 (marekr)
- CPAN#111313: Makefile creation issue with Pod-Usage-1.68
  thanks to H M Brand for the suggestion on how to create a more portable
  tar.gz distribution file
- CPAN#109830: Tests fail
  bundle some old Pod::Parser modules in the test so that there is no more
  dependency. This has to refactored one day to entirely get rid of that
   2016-01-18 14:54:13 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.68
Update DEPENDS

Upstream changes:
1.68 (marekr)
- CPAN#102529: License declaration mismatch
  unified the license for Pod-Usage to "as Perl itself", and corrected \ 
authors
- CPAN#109830: Tests fail
  added prerequisite for Pod::Text 4.00 to avoid running tests with outdated
  Pod::Text
- CPAN#110443: [PATCH] fix -perldoc option in pod2usage() method
  added missing '-'
- CPAN#110446: [feature request] -perldocopt for supplying perldoc options
  added this option; split of string on whitespace is not optimal, but
  should do the job

1.67 (marekr)
- added options -perlcmd and -perldoc to allow for non-standard installations
  of perl and the perldoc script. Thanks to Markus Jansen for the patch