libsmart-comments-perl 1.06-3 source package in Ubuntu

Changelog

libsmart-comments-perl (1.06-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libsmart-comments-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 00:15:43 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsmart-comments-perl_1.06-3.dsc 2.2 KiB 1f3472816cfea6166876b493e15d18097efea88eec9dab35076edd7767e5ca7c
libsmart-comments-perl_1.06.orig.tar.gz 22.4 KiB dcf8a312134a7c6b82926a0115d93b692472a662d28cdc3a9bdf28984ada9ee3
libsmart-comments-perl_1.06-3.debian.tar.xz 3.1 KiB 52bc14e6d2c4100189358d7a20a9b65b6f96593a8b9a3cb0a9c398e6c62a6516

Available diffs

No changes file available.

Binary packages built by this source

libsmart-comments-perl: Perl module for comments that do more than just sit there

 Smart::Comments is a Perl module that implements "intelligent" comments that
 can aid in debugging and tracking program execution flow. They can report the
 value of a variable, track the progress of a loop, and verify that particular
 assertions are true.
 .
 Best of all, when you're finished debugging, you don't have to remove them.
 Simply commenting out the "use Smart::Comments" line turns them back into
 regular comments. Leaving smart comments in your code is smart because if you
 needed them once, you'll almost certainly need them again later.