On Thu, Mar 26, 2009 at 09:53:54AM -0400, Jarkko Hietaniemi wrote: > On Thu, Mar 26, 2009 at 9:45 AM, Nicholas Clark <nick@ccl4.org> wrote: > > The Makefile.PL for Time::HiRes in blead has diverged a bit from that on CPAN. > > > > The appended patch brings it back into sync, and removes MAN3PODS, which isn't > > needed any more. > > "any more"? For all Perl versions Time::HiRes works for? Good question, which I already asked myself, after I sent the mail :-) Yes, because the MAN3PODS part was only ever relevant when building inside the core distribution. The change to the build script will get backported into any future maintenance releases. (It was only because podulators V2 started using POSIX, which miniperl can't load, so the core extension build will fail if it tries to make manpages. Not that those manpages were ever actually used, as ./installman makes the man pages that *actually* get installed) Nicholas ClarkThread Previous | Thread Next