Skip Menu |

This queue is for tickets about the Inline-Files CPAN distribution.

Report information
The Basics
Id: 39931
Status: resolved
Priority: 0/
Queue: Inline-Files

People
Owner: Nobody in particular
Requestors: JVB [...] dolby.com
Cc:
AdminCc:

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



Subject: Bug Report: Inline-Files-0.62
Date: Thu, 9 Oct 2008 13:06:25 -0700
To: <bug-Inline-Files [...] rt.cpan.org>
From: "Baker, Jeff" <JVB [...] dolby.com>
Distribution: Inline-Files-0.62 Perl: v5.8.8 built for MSWin32-x86-multi-thread OS: Windows XP Explanation of bug: Receive odd error message and odd script operation when script includes 'use Inline::Files'. For the attached example, the text from file input.txt is printed twice! Also, the error message refers to a nonexistent line. Error message: "my" variable @data masks earlier declaration in same scope at test.bat line 13. Given any plain text file, .\input.txt /-------code--------\ use strict; # Gives better error checking use warnings; # Gives better warnings use Inline::Files; # Multiple virtual files at the end of your code. my @data; open INPUT, '<' . 'input.txt'; @data = <INPUT>; close INPUT; for (@data) {print} print "\n"; \------end-code-----/ Kind regards, Jeff Baker Design Engineer Software Test, Technology Development Dolby Laboratories, Inc. 100 Potrero Ave. San Francisco, CA 94103, USA T 415-645-5574 F 415-645-4000 www.dolby.com | jvb@dolby.com ----------------------------------------- This message (including any attachments) may contain confidential information intended for a specific individual and purpose. If you are not the intended recipient, delete this message. If you are not the intended recipient, disclosing, copying, distributing, or taking any action based on this message is strictly prohibited.
Are you still able to reproduce this problem with Text::BibTeX 0.40? Thank you Alberto
On Sat Mar 13 17:01:58 2010, AMBS wrote: Show quoted text
> Are you still able to reproduce this problem with Text::BibTeX 0.40?
Huh. I should be sleeping when asked this. I've tested your code and it works with 0.63 on MacOSX. Please answer if it still doesn't work for you. Thank you ambs
Subject: RE: [rt.cpan.org #39931] Bug Report: Inline-Files-0.62
Date: Mon, 31 Jan 2011 11:48:50 -0800
To: <bug-Inline-Files [...] rt.cpan.org>
From: "Baker, Jeff" <JVB [...] dolby.com>
Hi Alberto, Seems to be working fine now, even though I still have older v0.62. I'm not sure where the bug went. Unfortunate! -Jeff Show quoted text
-----Original Message----- From: Alberto Simões via RT [mailto:bug-Inline-Files@rt.cpan.org] Sent: Sunday, January 30, 2011 2:07 PM To: Baker, Jeff Subject: [rt.cpan.org #39931] Bug Report: Inline-Files-0.62 <URL: https://rt.cpan.org/Ticket/Display.html?id=39931 > On Sat Mar 13 17:01:58 2010, AMBS wrote:
> Are you still able to reproduce this problem with Text::BibTeX 0.40?
Huh. I should be sleeping when asked this. I've tested your code and it works with 0.63 on MacOSX. Please answer if it still doesn't work for you. Thank you ambs
On Mon Jan 31 14:49:44 2011, JVB@dolby.com wrote: Show quoted text
> Hi Alberto, > > Seems to be working fine now, even though I still have older v0.62. > I'm not sure where the bug went. Unfortunate! >
Great. Closing it. Reopen if it occurs again :) Cheers ambs Show quoted text
> -Jeff > > -----Original Message----- > From: Alberto Simões via RT [mailto:bug-Inline-Files@rt.cpan.org] > Sent: Sunday, January 30, 2011 2:07 PM > To: Baker, Jeff > Subject: [rt.cpan.org #39931] Bug Report: Inline-Files-0.62 > > <URL: https://rt.cpan.org/Ticket/Display.html?id=39931 > > > On Sat Mar 13 17:01:58 2010, AMBS wrote:
> > Are you still able to reproduce this problem with Text::BibTeX 0.40?
> > Huh. I should be sleeping when asked this. > > I've tested your code and it works with 0.63 on MacOSX. > Please answer if it still doesn't work for you. > > Thank you > ambs >