libfilter-perl 1.60-3build1 source package in Ubuntu

Changelog

libfilter-perl (1.60-3build1) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:43:50 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Colin Watson
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Downloads

File Size SHA-256 Checksum
libfilter-perl_1.60.orig.tar.gz 93.1 KiB e11ef2f2ee8727b7f666fd249a3226f768e6eadfd51d9cdb49b3c3f1a35464f9
libfilter-perl_1.60-3build1.debian.tar.xz 6.0 KiB 5694d03dba649efd7a7eb39194cc00e41a3da0000b60edf32ad65ed7ee9c9938
libfilter-perl_1.60-3build1.dsc 1.9 KiB 1a07a9c5f930f81630ef307690b71b4ef757737599cada1f4dd609ec64cbbc91

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.

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