Replies: 3 comments 4 replies
-
Yes, it is known. Something we've been trying to fix for a very long time without much luck. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could it be listed in the docs somewhere?
Lars Madsen
Programmør
Institut for Matematik
Aarhus Universitet
***@***.******@***.***>
…________________________________
From: Sebastian Riedel ***@***.***>
Sent: 17 February 2025 14:41
To: mojolicious/mojo ***@***.***>
Cc: Lars Madsen ***@***.***>; Author ***@***.***>
Subject: Re: [mojolicious/mojo] Template warnings (Discussion #2230)
Yes, it is known. Something we've been trying to fix for a very long time without much luck.
—
Reply to this email directly, view it on GitHub<#2230 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKKC6CJTGPK7YM7U7PTMRO32QHRJLAVCNFSM6AAAAABXJD373KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRSGQ4TQNY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@daleif Seems unlikely, but does putting the variables in parens stop the warning? @kraih Maybe |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was just wondering whether it is known that one should not enable warnings in a Mojolicious template?
Then
gives
Note the warning.
In my use case I was using
use Mojo::Base -signatures;
in a template because I wanted to use signatures for the callback to aCollection->each
, here-signatures
implieswarnings
.Not quite sure what it is mad about.
Beta Was this translation helpful? Give feedback.
All reactions