/cpan-mangler

Subvert CPAN to your will

Primary LanguageJavaScript

NAME

CPAN Mangler

DESCRIPTION

Subvert CPAN to your will

SYNOPSIS

plackup cpan-mangler/app.psgi
# Twiggy: Accepting connections at http://0.0.0.0:5000/

Point your favourite graphical web browser at this URL and your CPAN code snippets will now enjoy syntax highlighting.

INSTALLATION

git clone http://github.com/oalders/cpan-mangler.git

cpanm Plack Plack::App::Proxy Plack::Handler::Twiggy Plack::Middleware::HTMLify HTML::Highlighter

cd cpan-mangler
plackup

ACKNOWLEDGEMENTS

We'd like to thank the following people for their contributions:

Jesse Thompson The search dependents data is a slight reworking of Jesse's excellent Greasemonkey script: http://blogs.perl.org/users/jesse_thompson/2010/08/cpan-search-dependents.html

Lee Aylward Lee added HTML::Highlighter integration: http://github.com/leedo

Our cross-domain AJAX requests were inspired by this tutorial: http://blancer.com/tutorials/14841/quick-tip-cross-domain-ajax-request-with-yql-and-jquery/