libfilter-perl 1.64-1build2 source package in Ubuntu

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:07:32 +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-1build2.debian.tar.xz 6.1 KiB 326473ec16a7db29200ecbf222d870fc2f7e45b447f51d1bbf667c1347d5a63e
libfilter-perl_1.64-1build2.dsc 1.9 KiB 05784154e0fe4b9de1c9497ec8afccc0a1f3823020f0dc8520d43f09a39df1fd

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