libindirect-perl 0.31-1 source package in Ubuntu

Changelog

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


  * Imported Upstream version 0.31
  * Remove now unneeded libtest-* from build dependencies

 -- Xavier Guimard <email address hidden>  Sat, 14 Sep 2013 08:41:38 +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
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libindirect-perl_0.31-1.dsc 2.1 KiB bd4b31f14d21416c8906e418e67786572242be7dfc9ce4dd48733cab1f7f6bf2
libindirect-perl_0.31.orig.tar.gz 40.7 KiB 9f22be210ea844c266da4008b1046be059888e80072c35a884f6dd67d41c8b99
libindirect-perl_0.31-1.debian.tar.gz 2.8 KiB 68d1a69aaa2e6b3b23d2cc2ac659d20f62c37f5becc096bf992637b250418ecf

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.