Update devel/p5-Module-Build to 0.19_03 Man page generation works with all 3 perls. PREFIX is respected provided you use ${PORTSDIR}/devel/p5-Module-Build/inc.build.mk in Makefile. * Fixed a problem with the 'install_path' parameter given to 'Build.PL' being lost in subsequent actions. * The installation process will now create man(1) and man(3) pages from POD in modules & scripts, and install them. * version_from_file() now ignores $VERSION variables that are defined in POD or comments. It can still be tricked by $VERSIONs in string literals, though. * The code to find packages in module files now uses Steve's scanning method (above) to skip package-declaration-lookalikes in POD or comments. * The 'disttest' action will now propagate its @INC settings to its subprocesses. * Added a notes() feature, which helps share data transparently between the Build.PL and t/*.t scripts. (XXX needs documentation) Fix: The use of inc.build.mk is the best I could think of. Tell me what you believe the best could be. All ports depending on Module::Build to build would have to be updated so that they include their newly born man pages. It should not be a problem as I seem to be the only one with perl ports depending on it. btw, portlint was a bit picky with the patch, saying that the $File may be interpreted as a CVS token. I don't think it would as there is not $ after it, but maybe -ko would not harm.
Responsible Changed From-To: freebsd-ports-bugs->demon Over to maintainer.
State Changed From-To: open->closed committed