develooper Front page | perl.perl5.porters | Postings from August 2009

Re: 5.10.1 / blead - update for perl5101delta.pod

Thread Previous | Thread Next
From:
Dave Mitchell
Date:
August 3, 2009 16:35
Subject:
Re: 5.10.1 / blead - update for perl5101delta.pod
Message ID:
20090803233528.GA17914@iabyn.com
On Sun, Jul 26, 2009 at 10:14:29AM +0200, Rainer Tammer wrote:
> Hello,
> I have attached a small patch for blead / 5.10.1.
>
> * Add info that libbsd and libgdbm was removed for the AIX 5L/6.1 build
> * Little formating to enforce a line wrap after =item VMS
>
> Please could you commit this ?

I think I forgot to reply to this.
Thanks, I applied it to maint with 608924c75840bd55c3c81ec424195ba671f6d575

> >From 5616b75e17aef7886f0cf8d2ddafe811901c3662 Mon Sep 17 00:00:00 2001
> From: Rainer Tammer <tammer@tammer.net>
> Date: Sun, 26 Jul 2009 10:07:00 +0200
> Subject: [PATCH] Update AIX section in perl5101detla + little formating
> 
> ---
>  pod/perl5101delta.pod |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
> 
> diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod
> index aff041b..bccd038 100644
> --- a/pod/perl5101delta.pod
> +++ b/pod/perl5101delta.pod
> @@ -1036,8 +1036,18 @@ F<win32/buildext.pl>.
>  
>  =item AIX
>  
> +=over 0
> +
> +Removed F<libbsd> for AIX 5L and 6.1. Only flock() was used from F<libbsd>.
> +
> +Removed F<libgdbm> for AIX 5L and 6.1. The F<libgdbm> is delivered as an
> +optional package with the AIX Toolbox. Unfortunately the 64 bit version 
> +is broken.
> +
>  Hints changes mean that AIX 4.2 should work again.
>  
> +=back
> +
>  =item Cygwin
>  
>  On Cygwin we now strip the last number from the DLL. This has been the
> @@ -1082,6 +1092,8 @@ will no longer be dropped under race conditions.
>  
>  =item VMS
>  
> +=over 0
> +
>  Reads from the in-memory temporary files of C<PerlIO::scalar> used to fail
>  if C<$/> was set to a numeric reference (to indicate record-style reads).
>  This is now fixed.
> @@ -1098,6 +1110,8 @@ L<perlvms/"$?"> for details.
>  
>  =back
>  
> +=back
> +
>  =head1 Selected Bug Fixes
>  
>  =over 4
> -- 
> 1.6.0.5
> 


-- 
"Do not dabble in paradox, Edward, it puts you in danger of fortuitous wit."
    -- Lady Croom, "Arcadia"

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About