libindirect-perl 0.30-1 source package in Ubuntu

Changelog

libindirect-perl (0.30-1) unstable; urgency=low


  [ Xavier Guimard ]
  * Imported Upstream version 0.30
  * Add libdevel-declare-perl in build dependencies

  [ gregor herrmann ]
  * Remove lintian override. Not needed anymore with newer lintian (from
    experimental).

 -- Xavier Guimard <email address hidden>  Thu, 23 May 2013 06:20:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libindirect-perl_0.30-1.dsc 2.2 KiB 1bbc038bf86097c049e4f3dc85234991bceb425d4c95a307e065c9d0d25f34ea
libindirect-perl_0.30.orig.tar.gz 40.7 KiB f34238760274c7b37858d707a6ffb42663d7ba0aece026fd3692d0382e97378b
libindirect-perl_0.30-1.debian.tar.gz 2.8 KiB a4b1f30402e29c45ace4704899521cc87bda271c3a826682b3b35cd53fcea5c2

Available diffs

No changes file available.

Binary packages built by this source

libindirect-perl: module warning about using the indirect object syntax

 When enabled (or disabled as some may prefer to say, since you actually turn
 it on by calling no indirect), the indirect pragma lexically warns about
 indirect object syntax constructs that may have slipped into your code. This
 syntax is now considered harmful, since its parsing has many quirks and its
 use is error prone (when swoosh isn't defined, swoosh $x actually compiles to
 $x->swoosh).
 .
 It currently does not warn for core functions (print, say, exec or system).
 This may change in the future, or may be added as optional features that
 would be enabled by passing options to unimport.
 .
 indirect is not a source filter.