libdevel-callsite-perl 0.10-1 source package in Ubuntu

Changelog

libdevel-callsite-perl (0.10-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Import upstream version 0.10
  * Update copyright years for debian/* packaging files
  * Add copyright stanza for included ppport.h
  * debian/copyright: Add GPL-1+ license stanza
  * Declare compliance with Debian policy 4.0.0
  * Declare package as autopkgtest'able
  * debian/rules: Build enabling all hardening flags

 -- Salvatore Bonaccorso <email address hidden>  Fri, 04 Aug 2017 08:38:17 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libdevel-callsite-perl_0.10-1.dsc 2.2 KiB 69a25a4e8a86df713c4c7a14aa578e6e739c5d374ed86765db6c97872d587a07
libdevel-callsite-perl_0.10.orig.tar.gz 61.7 KiB 8a08094636649da68f140f096699a8252401457a640222c7f6e691898fceb69e
libdevel-callsite-perl_0.10-1.debian.tar.xz 2.2 KiB 0695025f6ac751853e2fab8690258fdbf3d4814a3f3f887be545dfb7e79ddd93

No changes file available.

Binary packages built by this source

libdevel-callsite-perl: Perl module to get caller return OP address and Perl interpreter context

 Devel::Callsite module provides subroutines to get the caller return OP
 address and perl interpreter context.
 .
 The callsite() function returns the OP address of the caller, a number,
 one level up from where it was called. It's useful for functions that
 need to uniquely know where they were called, such as Every::every();
 see Every. Or it can be used to pinpoint a location with finer
 granularity than a line number (see
 http://www.perlmonks.com/?node_id=987268). In conjunction with an OP
 tree disassembly you can know exactly where the caller is located in
 the Perl source.
 .
 The context() function returns the interpreter context as a number.
 This is a fairly unique number together with the call site.

libdevel-callsite-perl-dbgsym: No summary available for libdevel-callsite-perl-dbgsym in ubuntu artful.

No description available for libdevel-callsite-perl-dbgsym in ubuntu artful.