WordPress plugin for easy CPAN module links
by bigpresh on Jun.05, 2011, under Geeky, Perl, Programming
Just installed the CPAN Auto Link Generator WordPress plugin, which automatically matches module names and provides links to the module’s documentation on CPAN. Very helpful for anyone blogging about Perl, so thought I’d give it a link here.
June 5th, 2011 on 3:55 pm
However, I had to edit it to remove a subtle bug – there’s a blank line before the opening <?php tag, causing redirects to fail with PHP’s “headers already sent” error.
The fix is to simply remove the leading whitespace. I’ve emailed the plugin author to report this issue.
June 6th, 2011 on 9:34 am
The author has released a new version fixing that error – thanks Jörg!
June 7th, 2011 on 9:25 am
Bigpresh can you tell me where i could find the new version ? I have to change the version cause i’m having big problems with some errors.
June 7th, 2011 on 9:42 am
Hi Eddie, the new version is available from the WordPress Plugin Directory at the URL in the original post – http://wordpress.org/extend/plugins/cpan-auto-link-generator/
Version 1.2 is the version with the fi.