• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H29-Jun-2011-2,2281,666

lib/Plack/Middleware/H29-Jun-2011-447303

share/H03-May-2022-10695

t/H29-Jun-2011-53

xt/H29-Jun-2011-54

.gitignoreH A D13-May-201146 76

ChangesH A D13-May-2011134 53

MANIFESTH A D29-Jun-2011650 3029

META.ymlH A D29-Jun-2011901 3837

Makefile.PLH A D13-May-2011465 1615

READMEH A D29-Jun-20111.4 KiB4531

README

1NAME
2    Plack::Middleware::InteractiveDebugger - Awesome Interactive Debugger
3    ala Werkzeug
4
5SYNOPSIS
6      enable "InteractiveDebugger";
7
8WARNINGS
9    This middleware doesn't work with forking web server implementations
10    such as Starman.
11
12    This middleware exposes an ability to execute any code on the machine
13    where your application is running, with your own permission. Never
14    enable this middleware on production machines or shared environment.
15
16DESCRIPTION
17    Plack::Middleware::InteractiveDebugger is a PSGI middleware component
18    that provides an awesome JavaScript in-browser interacive debugger.
19
20AUTHOR
21    Tatsuhiko Miyagawa <miyagawa@bulknews.net>
22
23COPYRIGHT
24    Copyright 2011- Tatsuhiko Miyagawa
25
26    Werkzeug HTML, JavaScript, CSS and image files are Copyright 2010 by the
27    Werkzeug Team. <http://werkzeug.pocoo.org/>
28
29    jQuery is Copyright 2011 John Resig
30
31LICENSE
32    This library is free software; you can redistribute it and/or modify it
33    under the same terms as Perl itself.
34
35    This library contains JavaScript, CSS and image files which are taken
36    and modified from Werkzeug software, licensed under the BSD license.
37
38    This library also contains jQuery library which is licensed under the
39    MIT license. <http://jquery.org/license/>
40
41SEE ALSO
42    <http://werkzeug.pocoo.org/> Plack::Middleware::StackTrace
43    Plack::Middleware::REPL
44
45