libcatalyst-plugin-stacktrace-perl 0.12-4 source package in Ubuntu

Changelog

libcatalyst-plugin-stacktrace-perl (0.12-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 12:25:09 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-plugin-stacktrace-perl_0.12-4.dsc 2.3 KiB 3eb33f40740cfcd6f73d02201aca1602821123f97784944e0909117f275e2c8a
libcatalyst-plugin-stacktrace-perl_0.12.orig.tar.gz 22.7 KiB 329dacd0ba09d10a76087ab176f95db6ba3db26a2d0fe33eee2f5e46ced753ac
libcatalyst-plugin-stacktrace-perl_0.12-4.debian.tar.xz 2.2 KiB c3dde0ef3aa90a5c5864b2931fc086b56e55820a2d4a39fc8462b7723ca73868

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-plugin-stacktrace-perl: 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.