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
- Host: GitHub
- URL: https://github.com/perlpunk/www-module-corelist-perl
- Owner: perlpunk
- Created: 2011-09-15T20:21:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T15:40:53.000Z (over 6 years ago)
- Last Synced: 2025-02-05T18:05:22.001Z (10 months ago)
- Topics: core-modules, html, perl5
- Language: Perl
- Homepage: http://perlpunks.de/corelist
- Size: 45.9 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.