libfilter-perl 1.49-1build1 source package in Ubuntu

Changelog

libfilter-perl (1.49-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:03:04 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Colin Watson
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libfilter-perl_1.49.orig.tar.gz 83.9 KiB 9bc5398ec7128b5f42aeae33f2c76e847b1ade7561e21b72d565563f2e1234a1
libfilter-perl_1.49-1build1.debian.tar.gz 4.8 KiB 2ac8079f6dec67616fc5c0037965b50976db50559180b89a248b5b3731ebea49
libfilter-perl_1.49-1build1.dsc 1.9 KiB 94fcc97f3581a83d8ad890af5550b84454a55b59b39aba85bf25c5a796f1f7a9

Available diffs

View changes file

Binary packages built by this source

libfilter-perl: Perl source filters

 Source filters alter the program text of a module before Perl sees it, much
 as a C preprocessor alters the source text of a C program before the
 compiler sees it.
 .
 This package contains a number of source filters, including:
 .
   exec and sh: pipe the source file through an external command
   cpp: pipe the source file through the C preprocessor
   decrypt: example of simple (though weak!) source obfuscation
   tee: copy filtered source to a file (debugging aid)
 .
 A substantial amount of documentation and examples is also included.