Aristotle Pagaltzis
Aristotle Pagaltzis
> Ok, testing with the master versions of DBD::MariaDB and DBIx::Connector, I'm not seeing any difference in behavior That’s not surprising, I didn’t make any relevant changes on `master`. I’m...
Release 0.60 with support for MariaDB is on its way to the CPAN. The crash appears to be a DBD::MariaDB issue and is fixed by a patch provided there. So...
> I'm not sure if I'm supposed to have the `Comment` and `String` there As far as I can see the Lua syntax is not defining any match or region...
Oh, and for similar reasons a `UACME_LOGLEVEL` or something that reflects `g_loglevel` would also be nice – in order for hooks to know whether to blather or shut up depending...
Yeah I don’t see the issue here. The package is not in scope outside the block so the `__DATA__` doesn’t apply to it. Finding a way to make `__DATA__` somehow...
There is no way to fix that (inasmuch as it even needs “fixing”). `__END__` and `__DATA__` by definition consumes the rest of the file and `package NAME BLOCK` by definition...
> as they say "never say never" - I put two proposal into issue “Never” still applies. You didn’t put the features together, you proposed two possible ways to screw...
> re other language with `__DATA__` - for example Ruby has `__END__` Not a useful example. Ruby only has a single global `DATA` handle, nothing like Perl’s per-package handles. If...
> doesn't what you say applies for combination of `package-block` and `__DATA__` ? then it is always single global `main::DATA` ... and that's point raised by this issue. Yes, if...
I didn’t write the code so I’m not 100% on what it should do but based on the docs it should swallow exceptions, so it seems like it only needs...