- Add following line
PERL5_MODULE_TYPE= Module::Build
(Upstream)
- Update to 0.07
--------------
0.07 2015-01-14T07:27:52Z
- Use %04x not %04d (Thanks anall and teancom)
- cleanup docs add a reference to a site about preventing XSS (Thanks teancom)
- migrate with minil
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
which is required to update www/p5-Plack-Middleware-ConsoleLogger.
There are a lot of XSS, a security hole typically found in web
applications, caused by incorrect (or lack of) JavaScript
escaping. This module is aimed to provide a secure JavaScript escaping
to avoid XSS with JavaScript values.