An open API service indexing awesome lists of open source software.

https://github.com/perlpunk/www-module-corelist-perl

web interface to perl module Module::CoreList
https://github.com/perlpunk/www-module-corelist-perl

core-modules html perl5

Last synced: 9 months ago
JSON representation

web interface to perl module Module::CoreList

Awesome Lists containing this project

README

          

NAME
WWW::Module::CoreList - A web interface to Module::CoreList

SYNOPSIS
You can run this web application on your own server:

# run with Plack:
# plackup bin/app.psgi
# or
# CORELISTINI=/path/to/corelist.yaml plackup bin/app.psgi

# run with mod_perl in Apache:

use lib '/.../www-module-corelist-perl/lib';

PerlPostConfigRequire /.../www-module-corelist-perl/bin/mod_perl_startup.pl

SetHandler perl-script
PerlSetVar inifile /.../www-module-corelist-perl/conf/corelist.yaml
PerlResponseHandler WWW::Module::CoreList::Handler2

Alias /cl/ /.../www-module-corelist-perl/htdocs/

SEE ALSO
Module::CoreList

AUTHOR
Tina Mueller

COPYRIGHT AND LICENSE
Copyright (C) 2011-2012 by Tina Mueller

This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.6.1 or, at
your option, any later version of Perl 5 you may have available.