libdevel-stacktrace-perl 1.3000-1 source package in Ubuntu

Changelog

libdevel-stacktrace-perl (1.3000-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Nathan Handler ]
  * Email change: Nathan Handler -> <email address hidden>

  [ Xavier Guimard ]
  * Imported Upstream version 1.3000
  * Update debian/copyright (years and format)
  * Bump Standards-Version to 3.9.4
  * Bump debhelper compatibility to 8
  * Update description (Closes: #679900)

 -- Xavier Guimard <email address hidden>  Sun, 30 Dec 2012 18:13:41 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdevel-stacktrace-perl_1.3000-1.dsc 2.3 KiB 28ee9d2c476eee4236836fd612adce04e631af18565f26d709589730c355b6a7
libdevel-stacktrace-perl_1.3000.orig.tar.gz 18.1 KiB f4af79762263e477a65764ec9ff837e6e1c9f1f2c966c183036cd54bdee723d4
libdevel-stacktrace-perl_1.3000-1.debian.tar.gz 6.2 KiB 8a3082c6dca4d8595f6786f42a2c31473cd7fb7ac43499b4cf109a225068a472

Available diffs

No changes file available.

Binary packages built by this source

libdevel-stacktrace-perl: Perl module containing stack trace and related objects

 The Devel::StackTrace module contains two classes, Devel::StackTrace
 and Devel::StackTraceFrame. The goal of this object is to encapsulate
 the information that can found through using the caller() function, as
 well as providing a simple interface to this data.
 .
 The Devel::StackTrace object contains a set of Devel::StackTraceFrame
 objects, one for each level of the stack. The frames contain all the
 data available from caller().