libfilter-perl 1.64-1 source package in Ubuntu

Changelog

libfilter-perl (1.64-1) unstable; urgency=medium

  * New upstream release.

 -- Colin Watson <email address hidden>  Thu, 18 Aug 2022 00:11:54 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Sid
Original maintainer:
Colin Watson
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libfilter-perl_1.64-1.dsc 2.0 KiB 718dadcea80b9efd7bb24aee8f750dbd89ca23f6f1922c75fcd1ebe4a0804ac5
libfilter-perl_1.64.orig.tar.gz 94.5 KiB 13e7fb7e1d326598e3660103cf1974bee9f690ac5b43b339f2c022f2b5fcef2c
libfilter-perl_1.64-1.debian.tar.xz 6.0 KiB a88a9a06606f4c4bf12a87b07931c3964051767011b1aa82f8453c40e3f00901

Available diffs

No changes file available.

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.

libfilter-perl-dbgsym: debug symbols for libfilter-perl