Your message dated Wed, 27 Jan 2010 13:09:35 +0200
with message-id <[email protected]>
and subject line Re: Bug#480109: [[email protected]: Re: File::Path::mkpath() 
incompatiblity in perl-5.10]
has caused the Debian Bug report #480109,
regarding [[email protected]: Re: File::Path::mkpath() incompatiblity in 
perl-5.10]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
480109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480109
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl
Version: 5.10.0-9.1

This looks like we want to fix it for lenny.

----- Forwarded message from David Landgren <[email protected]> -----

Mailing-List: contact [email protected]; run by ezmlm
list-help: <mailto:[email protected]>
list-unsubscribe: <mailto:[email protected]>
list-post: <mailto:[email protected]>
X-List-Archive: <http://nntp.perl.org/group/perl.perl5.porters/136631>
List-Id: <perl5-porters.perl.org>
From: David Landgren <[email protected]>
To: Gisle Aas <[email protected]>
CC: Perl 5 Porters <[email protected]>
Subject: Re: File::Path::mkpath() incompatiblity in perl-5.10

Gisle Aas wrote:
>I had some production code using File::Path::mkpath() that started to 
>misbehave after upgrading to perl-5.10.  The bug is demonstrated with 
>the following script:
>
>  #!/usr/bin/perl
>  use File::Path qw(mkpath);
>  print "$File::Path::VERSION\n";
>  mkpath("foo", !shift, 0755);
>  rmdir("foo");
>
>This script will create a directory called "493" in the current 
>directory if invoked with 1 as argument.  This did not happen with 
>perl-5.8 and earlier.

That's my fault. I'll see if I can make it figure out how to do the 
right thing. In the meantime,

  mkpath(["foo"], !shift, 0755);

will get you through the night.

Sorry about that,
David


----- End forwarded message -----



--- End Message ---
--- Begin Message ---
Version: 5.10.1-1

On Thu, May 08, 2008 at 08:08:34AM +0300, Niko Tyni wrote:
> Package: perl
> Version: 5.10.0-9.1
> 
> This looks like we want to fix it for lenny.

> >  #!/usr/bin/perl
> >  use File::Path qw(mkpath);
> >  print "$File::Path::VERSION\n";
> >  mkpath("foo", !shift, 0755);
> >  rmdir("foo");
> >
> >This script will create a directory called "493" in the current 
> >directory if invoked with 1 as argument.  This did not happen with 
> >perl-5.8 and earlier.

This is fixed with 5.10.1. No sense in updating lenny with this anymore,
so closing.
-- 
Niko Tyni   [email protected]


--- End Message ---

Reply via email to