On Thu, Feb 22, 2007 at 08:38:13AM -0600, Steve Peters wrote:
> On Wed, Feb 21, 2007 at 11:04:53PM -0800, Michael G Schwern wrote:
> > The important thing in this release is fixing the build_man.t test which 
> > would fail if your Perl was configured not to install man pages.  I hope 
> > folks like the new change log format.
> > 
> > 6.32  Wed Feb 21 07:59:57 PST 2007
> >     New Features
> >     - WriteEmptyMakefile() is now exportable upon request.
> >     
> >     Bug Fixes
> >     - Set binmode() when writing to files in Command.t for operating
> >       systems which need that sort of thing.  [bleadperl #29578]
> >     - Fixed a minor duplication in manifypod_target().  [rt.cpan.org 22149]
> > 
> >     Test Fixes
> >     - The build_man.t test would fail if your Perl is configured to not
> >       generate man pages ($Config{installman3dir} is set to none).
> > 
> >     Doc Improvements
> >     - Made the home dir install examples a little more friendly to non-Unix
> >       folks.
> > 
> >     Misc
> >     - miniperl no longer has the Win32 functions.
> >     - Turn on "use strict" where it was missing.
> > 
> > 6.31  Mon Oct  9 16:54:47 PDT 2006
> >     - Update our META.yml to version 1.2 of the spec.
> >     * Update the SEE ALSO to mention Module::Build, Module::Install,
> >       ExtUtils::ModuleMaker and Module::Starter.
> >     - Fix ARCHITECTURE tag in PPD generation for 5.8 (patch taken from
> >       ActiveState 819). [rt.cpan.org 20566]
> >     * Bring ExtUtils::Manifest up to 1.48
> 
> I upgraded bleadperl to this release, however, it appears that two changes
> in the core are missing from the release.
> 
> 29583 on 2006/12/18 by [EMAIL PROTECTED]
> 
>       ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILE
>       
>       Subject: [PATCH 5.8.8] OS/2 build, small change
>       From: Ilya Zakharevich <[EMAIL PROTECTED]>
>       Date: Mon, 18 Dec 2006 01:20:12 -0800
>       Message-ID: <[EMAIL PROTECTED]>
> 
> 29266 on 2006/11/13 by [EMAIL PROTECTED]
> 
>       Embed manifest files in EXEs and DLLs when building with VC++ 8.x
>       
>       See the thread starting here for details:
>       
> http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
>       
>       (Still need to do something for Module::Build somtime...)
> 

Additionally, I just reverted the changes to t/build_man.t.  In bleadperl,
%Config is readonly, so the test fails fatally when it attempts to write 
to it.

Steve Peters
[EMAIL PROTECTED]

Reply via email to