-
-
30 Mar 2016 20:28:32 UTC
- Distribution: Plack-Middleware-Pod
- Module version: 0.05
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (547 / 1 / 0)
- Kwalitee
Bus factor: 1- 85.92% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (6.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- HTTP::Request::Common
- Plack::Builder
- Plack::Middleware
- Plack::Test
- Pod::POM
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Plack::Middleware::Pod - render POD files as HTML
SYNOPSIS
enable "Plack::Middleware::Pod", path => qr{^/pod/}, root => './', pod_view => 'Pod::POM::View::HTML', # the default ;
SECURITY CONSIDERATIONS
This middleware tries to be conservative regarding access to directories outside of the
root
directory, but you are advised to not enable this middleware in a webserver accessible to a wider public. This middleware might allow leaking data from outside the directory.REPOSITORY
The public repository of this module is https://github.com/Corion/plack-middleware-pod.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
BUG TRACKER
Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=Plack-Middleware-Pod or via mail to plack-middleware-pod-Bugs@rt.cpan.org.
AUTHOR
Max Maischein
corion@cpan.org
COPYRIGHT (c)
Copyright 2014-2016 by Max Maischein
corion@cpan.org
.LICENSE
This module is released under the same terms as Perl itself.
Module Install Instructions
To install Plack::Middleware::Pod, copy and paste the appropriate command in to your terminal.
cpanm Plack::Middleware::Pod
perl -MCPAN -e shell install Plack::Middleware::Pod
For more information on module installation, please visit the detailed CPAN module installation guide.