NAME

Plack::Middleware::Camelcadedb - interactive debugging for Plack applications

SYNOPSIS

# should be the first/one of the first modules to be loaded
use Plack::Middleware::Camelcadedb (
    remote_host => "localhost:9000",
);
use Plack::Builder;

builder {
    enable "Camelcadedb";
    $app;
};

AUTHOR

Mattia Barbon <mbarbon@cpan.org>

LICENSE

Copyright (c) 2015-2016 Mattia Barbon. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 20:

=back without =over