libfilter-perl

Rating: 
0
No votes yet

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.

Application versions: 
AttachmentSizeDate
File libfilter-perl_1.39-1_armel.deb73.21 KB04/08/2013 - 22:55
Changelog: 

libfilter-perl (1.39-1) unstable; urgency=low

* New upstream release.
- Fix decrypt to work with Perl 5.14 (closes: #627807).