On 01/04/16 21:02, Cesare Gargano wrote: > Hi! > This updates www/p5-Plack to 1.0039. Attached 2 new deps. > > We have OK from MAINTAINER. > > www/p5-Cookie-Baker: > Cookie::Baker provides simple cookie string generator and parser. > > devel/p5-Test-Time: > Test::Time can be used to test modules that deal with time. > Once you use this module, all references to time and sleep will be > internalized. > > All tests passed. > > Comments, OK? > p5-Test-Time - should be modinst style. Your need the Module::Install extensions to switch to using modinst. See Makefile.PL
Module::Install::AuthorTests Module::Install::Repository Module::Install::ReadmeFromPod Module::Install::TestBase I have the new ports for these extensions, so can switch port to modinst later. Upstream source file is wrong, it has included core perl modules within the source, normally wrong unless a good reason, may break on moving to newer perl versions. Should try to use OpenBSD supplied perl modules that have been tested and may include patches. Includes Spiffy 0.30 within the source, the version in ports is 0.46, from Spiffy change log... 0.40 Wed Aug 6 10:29:46 PDT 2014 - Fix a bug that was causing lots of warnings in Test::Base on perl 5.21 Moving to perl 5.22, will hit this bug, if modinst with modified bsd.perl.mk isn't used, Only affects testing in this case... Should be no problem for this release, does need fixing for next release / move to perl 5.22. p5-Cookie-Baker - using correct modbuild style. p5-Plack - Can't see any issue from scanning.