Skip Menu |

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

Report information
The Basics
Id: 90340
Status: resolved
Priority: 0/
Queue: Tie-File

People
Owner: Nobody in particular
Requestors: Michael.J.Mestnik [...] usps.gov
Cc:
AdminCc:

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



Subject: Lots of little issues, some important.
Date: Wed, 13 Nov 2013 20:01:07 +0000
To: "bug-Tie-File [...] rt.cpan.org" <bug-Tie-File [...] rt.cpan.org>
From: "Mestnik, Michael J - Eagan, MN - Contractor" <Michael.J.Mestnik [...] usps.gov>
Variable spelling error line 759. Lots of scoping issues(my used instead of our, ?local used at all?). Typecast issues, * used instead of @ in my. $DIAGNOSTIC <--- This can't work the way you intend(can it?), A variable defined with a value that is cleared when that first copy goes out of scope? Try using sub a{return do {$Tie::File::DIAGNOSTIC=1;... }continue{$Tie::File::DIAGNOSTIC=0}}; "elsewhere"; die if($Tie::File::DIAGNOSTIC); Others? Try testing with strict/warning in each package. Cheers.
Ticket migrated to github as https://github.com/toddr/Tie-File/issues/7
RT-Send-CC: Michael.J.Mestnik [...] usps.gov
On Sat Jan 18 22:51:40 2020, TODDR wrote: Show quoted text
> Ticket migrated to github as https://github.com/toddr/Tie-File/issues/7
... and that ticket has in turn been migrated to: https://github.com/Perl/perl5/issues/17495 ... as Tie-File is now being maintained within the Perl 5 core distribution. Michael Mestnik, there are likely to be questions for you at that URL. Thank you very much. Jim Keenan