By Phred
on May 16, 2012 10:56 AM
I noticed that on the module review pages linked from search.cpan.org and metacpan.org that 'unhelpful' reviews are inaccessible. The text is contained in a div as such:
div data-dist="module_name" id="show_unhelpful">
3 hidden unhelpful reviews
/div>
Does anyone know if that link is expected to expand and show the unhelpful review text? I'm always interested in opinions of others, whether they be good, bad, or ugly.
By Phred
on May 2, 2012 3:37 PM
Last week mod_perl 2.0.6 was released. You can download it here - http://perl.apache.org/download/index.html
Thanks to the many contributors to this release. Below is a summary of changes.
2.0.6 April 24, 2012
Preserve 5.8 compatibility surrounding use of MUTABLE_CV [Adam Prime]
Move code after declarations to keep MSVC++ compiler happy. [Steve Hay]
Adopt modperl_pcw.c changes from httpd24 branch. [Torsten Foertsch]
Pool cleanup functions must not longjmp. Catch these exceptions and turn…