Skip Menu |

This queue is for tickets about the File-Temp CPAN distribution.

Report information
The Basics
Id: 73457
Status: resolved
Priority: 0/
Queue: File-Temp

People
Owner: Nobody in particular
Requestors: ahernit [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: Does not do what it should do
Ive got 0.02 and it just does not create the folder by its own and also does not remove it. So quite useless.
Subject: Re: [rt.cpan.org #73457] Does not do what it should do
Date: Fri, 23 Dec 2011 07:12:15 -1000
To: bug-File-Temp [...] rt.cpan.org
From: Tim Jenness <tjenness [...] cpan.org>
On Fri, Dec 23, 2011 at 6:33 AM, Andreas Hernitscheck via RT <bug-File-Temp@rt.cpan.org> wrote: Show quoted text
> Fri Dec 23 11:33:09 2011: Request 73457 was acted upon. > Transaction: Ticket created by AHERNIT >       Queue: File-Temp >     Subject: Does not do what it should do >   Broken in: (no value) >    Severity: Critical >       Owner: Nobody >  Requestors: ahernit@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=73457 > > > > Ive got 0.02 and it just does not create the folder by its own and also > does not remove it. > > So quite useless.
Can you send me some test code please? And also details of your operating system and perl version. And do you really mean version 0.02 of File::Temp??? Can you please try a newer version. Tim
Oh I am sorry, somehow I submitted this to the wrong lib. It was for File::Tempdir.
Subject: Re: [rt.cpan.org #73457] Does not do what it should do
Date: Tue, 3 Jan 2012 08:16:51 -1000
To: bug-File-Temp [...] rt.cpan.org
From: Tim Jenness <tjenness [...] cpan.org>
You can use File::Temp->newdir() for an object oriented wrapper around temporary directory creation. On Tue, Jan 3, 2012 at 7:13 AM, Andreas Hernitscheck via RT <bug-File-Temp@rt.cpan.org> wrote: Show quoted text
>       Queue: File-Temp >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=73457 > > > Oh I am sorry, > > somehow I submitted this to the wrong lib. It was for File::Tempdir. > >
Am Di 03. Jan 2012, 13:16:59, TJENNESS schrieb: Show quoted text
> You can use File::Temp->newdir() for an object oriented wrapper around > temporary directory creation.
Thanks. I think I should change it to your lib.