libfilter-perl 1.57-1build1 source package in Ubuntu
Changelog
libfilter-perl (1.57-1build1) artful; urgency=medium * No-change rebuild for perl 5.26.0. -- Matthias Klose <email address hidden> Wed, 26 Jul 2017 20:06:28 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Artful
- Original maintainer:
- Colin Watson
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libfilter-perl_1.57.orig.tar.gz | 90.1 KiB | 15b786e49a35e85c2e97adef18bba9502ae1a44d8cfc9fd0acffb4e441793860 |
libfilter-perl_1.57-1build1.debian.tar.xz | 5.8 KiB | c8bd0347fbf6f3fed4f4965bb508f6d43f7ceaeb6636ef7563f2606eca00ad50 |
libfilter-perl_1.57-1build1.dsc | 2.0 KiB | 9600f58eee134b6bd762b67cbe7ab1c3228ce360790d4eb279c17d58a441a714 |
Available diffs
- diff from 1.57-1 (in Debian) to 1.57-1build1 (311 bytes)
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