File: README

package info (click to toggle)
libcgi-application-plugin-debugscreen-perl 1.00-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 1,566; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
 CGI-Application-Plugin-DebugScreen
====================================

"CGI::Application::Plugin::DebugScreen" is Debug support to CGI::Application.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

 - strict
 - warnings
 - CGI::Application
 - HTML::Template
 - Devel::StackTrace
 - IO::File
 - CGI::Application::Plugin::ViewCode
 - UNIVERSAL::require

SEE ALSO

 - Sledge::Plugin::DebugScreen
 - CGI::Carp::DebugScreen
 - Catalyst::Plugin::StackTrace

COPYRIGHT AND LICENCE

Copyright (C) 2006 by Atsushi Kobayashi (E<lt>nekokak@cpan.orgE<gt>). All rights reserved.

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