Jeff Goff

Results 16 comments of Jeff Goff

Thanks for the report, great to know people are out there using it and actually _reading_ the output :) That's kind of a consequence of the transformers being run in...

Consider at least the operators started... --operators-to-unicode and --operators-from-unicode - need to get my brain back into shape here...

As long as your POD doesn't include BEGIN {} blocks, sure. I think I might end up hacking in a workaround today because I *do* want to make some headway...

Since it appears to only be BEGIN blocks, I might replace the term 'BEGIN' with another that won't be evaluated at compile-time, though that's unsatisfactory and stopping the compiler from...

Fixed that bug a few days ago, in version 0.3 or so. Closing the bug report.

Yes, those are both true - POD is a separate grammar alongside regex, so I've been focussing on one at a time. I could easily break the two apart, I'll...