Source: libcatalyst-plugin-stacktrace-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Damyan Ivanov 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.