in reply to Re: Removing AUTOLOAD from CGI.pm
in thread Removing AUTOLOAD from CGI.pm
> I like and tend to use CGI::Pretty. Sometimes just from the command line to get template snippets.
That is actually a sane use case, but unfortunately the way CGI::Pretty is written means i can't remove the AUTOLOAD stuff from CGI without breaking the pretty functionality of CGI::Pretty. Not just that, but it contains some very, er, "interesting" code!
It probably *could* be kept functioning, but i'm not going to spend time on it and would rather deprecate it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Removing AUTOLOAD from CGI.pm
by Your Mother (Archbishop) on Feb 23, 2015 at 08:53 UTC | |
by LanX (Saint) on Feb 23, 2015 at 15:17 UTC | |
by leej (Monk) on Feb 24, 2015 at 12:36 UTC | |
by LanX (Saint) on Feb 24, 2015 at 13:01 UTC | |
by LanX (Saint) on Feb 24, 2015 at 14:19 UTC | |
by LanX (Saint) on Feb 24, 2015 at 16:42 UTC | |
by leej (Monk) on Feb 25, 2015 at 07:19 UTC | |
|