summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Pod
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-10-25Add p5-Test-Simple>=0.62 dependency again, because PERL5_REQD=5.8.7 now,obache1-1/+2
and perl-5.8.7 includes Test-Simple 0.54.
2006-10-21Update p5-Test-Pad to 1.26.obache2-8/+6
Based on patch provided by Martin Wilke via PR 34369. And delete p5-Test-Simple>=0.62 dependency, because perl5 base package contain Test::Simple version 0.62 now. hange log for Test::Pod 1.26 - Wed Jul 19 09:54:48 CDT 2006 No new functionality in this version. [FIXES] * Fixed a Win32 build bug. * Fixed a bug in the SYNOPSIS. 1.24 - Wed Feb 1 15:18:06 PST 2006 [THINGS THAT MAY BREAK YOUR CODE] * The long-deprecated pod_ok() is now gone, along with all its constants. [ENHANCEMENTS] * Now runs properly under VMS. Thanks to Peter Edwards.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-22The current version Uses Test::Builder, so DEPEND on it.wiz1-7/+3
Bump PKGREVISION.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-11-22Update to 1.22:wiz2-8/+7
1.22 - Sun Oct 23 23:45:51 CDT 2005 [ENHANCEMENTS] * Added check for lines with only whitespace before or after a directive. Older POD formatters can get confused by such lines since they goof up paragraph mode. (RT #6467) [FIXES] * Bumped up requirements to Test::Simple 0.62. 1.20 - Wed Jun 23 00:28:35 CDT 2004 [ENHANCEMENTS] * Looks in blib/ if there is one, otherwise looks in lib/ * Thanks to David Wheeler for nudging. Package change: depend on p5-Test-Simple for testing instead of p5-Test-Builder-Tester, the latter is now included in the former.
2005-11-16Only include p5-Test-Builder-Tester as a BUILD_DEPENDS iftv1-2/+6
PKGSRC_RUN_TEST=yes.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-19Add HOMEPAGE.wiz1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-10-31No meed to depend on p5-Pod-Escapes now that p5-Pod-Simple has itseb1-3/+3
as its own dependency. Hence add dependency on p5-Pod-Simple>=3.02nb1. Bump PKGREVISION.
2004-10-31Initial import of p5-Test-Pod version 1.20 in the NetBSD Packagesseb4-0/+29
Collection. The Test::Pod Perl 5 module permits to check the validity of a POD file, and reports its result in standard Test::Simple fashion.