Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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:
<Perl>
use lib '/.../www-module-corelist-perl/lib';
</Perl>
PerlPostConfigRequire /.../www-module-corelist-perl/bin/mod_perl_startup.pl
<Location /corelist>
SetHandler perl-script
PerlSetVar inifile /.../www-module-corelist-perl/conf/corelist.yaml
PerlResponseHandler WWW::Module::CoreList::Handler2
</Location>
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.