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
|
Source: libcatalyst-plugin-stacktrace-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcatalyst-perl (>= 5.70),
libdevel-stacktrace-perl,
libmro-compat-perl (>= 0.10),
perl (>= 5.15.2)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-stacktrace-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-stacktrace-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-StackTrace
Package: libcatalyst-plugin-stacktrace-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-perl (>= 5.70),
libdevel-stacktrace-perl,
libmro-compat-perl (>= 0.10)
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
Description: Catalyst plugin for displaying a stack trace on the debug screen
Catalyst::Plugin::StackTrace will enhance the standard Catalyst debug screen
by including a stack trace of your appliation up to the point where the error
occurred. Each stack frame is displayed along with the package name, line
number, file name, and code context surrounding the line number.
.
This plugin is only active in -Debug mode by default, but can be enabled by
setting the enable config option.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
|