libfilter-perl 1.64-1build3 source package in Ubuntu

Changelog

libfilter-perl (1.64-1build3) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 17:02:14 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.orig.tar.gz 94.5 KiB 13e7fb7e1d326598e3660103cf1974bee9f690ac5b43b339f2c022f2b5fcef2c
libfilter-perl_1.64-1build3.debian.tar.xz 6.1 KiB b3457e29d6f66492ac67abc184e876e6e5fdeba492e1a43b17c088c5c57c8b30
libfilter-perl_1.64-1build3.dsc 1.9 KiB 56afab92ca11e66c2901899cfdc6f16baca0a8bff7bbc1581d97261f7e9887a3

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