libsmart-comments-perl 1.0.4-1 source package in Ubuntu

Changelog

libsmart-comments-perl (1.0.4-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release
    + Add a hack for 64-bit systems
  * No longer require libmodule-build-perl; it's a traditional Makefile
  * Bump compat level to 7
  * Standards-Version 3.8.3 (drop version depends on perl)
  * Use new shorter rules format
  * Update copyright information using machine-readable format

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/watch: use extended regexp for matching new upstream
    versions.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 10:37:23 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsmart-comments-perl_1.0.4.orig.tar.gz 17.5 KiB f725ee6aef3e97503bdacc709da0a3994f8bb85978235ed8c705de720f578026
libsmart-comments-perl_1.0.4-1.diff.gz 1.9 KiB e749c2f1b55468e7f167f2fcb92fcfa7abb4a9bcd2177b126a0aad335c0cf043
libsmart-comments-perl_1.0.4-1.dsc 1.5 KiB 18ea9e710a987eb3323af1af22329178eb2868c76f9e3485163041001b3f3b71

Available diffs

View changes file

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.