Re: [perl #130709] Issue with dynamic loading of module

2017-02-05 Thread Fields, Christopher J
mailto:lloyd.fo...@gmail.com>> Date: Saturday, February 4, 2017 at 7:40 AM To: Chris Fields mailto:cjfie...@illinois.edu>>, "perl6-bugs-follo...@perl.org<mailto:perl6-bugs-follo...@perl.org>" mailto:perl6-bugs-follo...@perl.org>> Subject: Re: [perl #130709] Issue wit

Re: [perl #130709] Issue with dynamic loading of module

2017-02-04 Thread Lloyd Fournier
looks similar to: https://rt.perl.org/Public/Bug/Display.html?id=130535 require seems to be pretty broken since the lexical module thing. Unfortunately our tests weren't good enough to pick this up ( I think it's because it's being required dynamically outside the mainline). LL On Sat, Feb 4, 20

Re: [perl #130709] Issue with dynamic loading of module

2017-02-03 Thread Fields, Christopher J
Ah, okay, I missed that it isn’t in the ‘require’ but in the symbol lookup afterwards. Okay, I think this makes some sense (I’ll look through docs to see if it goes with what is mentioned there), though it is a bit inconsistent in behavior with the base ‘fasta' module working while the nested o

[perl #130709] Issue with dynamic loading of module

2017-02-02 Thread via RT
# New Ticket Created by Chris Fields # Please include the string: [perl #130709] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130709 > I am running into a bug that seems to have appeared after lexical module loading was fix