Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-RenderCGI CPAN distribution.

Report information
The Basics
Id: 114598
Status: new
Priority: 0/
Queue: Mojolicious-Plugin-RenderCGI

People
Owner: Nobody in particular
Requestors: LEEJO [...] cpan.org
Cc:
AdminCc:

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



Subject: -any was removed in CGI v4.21 and the compile function is now a no-op
So your code may break quite quickly. I think. As per the Changes file: - This essentially deprecates the -compile pragma and ->compile method. The -compile pragma will no longer do anything, whereas the ->compile method will raise a deprecation warning. More importantly this also REMOVES the -any pragma because as per the documentation this pragma needed to be "used with care or not at all" and allowing arbitrary HTML tags is almost certainly a bad idea. If you are using the -any pragma and using arbitrary tags (or have typo's in your code) your code will *BREAK* Thanks! Lee.