1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
From 991582dcf588102597a8f3f6580d007cb0a4deef Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@debian.org>
Date: Wed, 15 Jan 2014 16:19:51 +0000
Subject: Refer to encryption/decryption scripts from Filter::decrypt(3pm)
Bug-Debian: http://bugs.debian.org/566739
Forwarded: no
Last-Update: 2010-05-26
Patch-Name: examples-reference.patch
---
decrypt/decrypt.pm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/decrypt/decrypt.pm b/decrypt/decrypt.pm
index c6d783b..6503f05 100644
--- a/decrypt/decrypt.pm
+++ b/decrypt/decrypt.pm
@@ -101,6 +101,11 @@ If you feel that the source filtering mechanism is not secure enough
you could try using the unexec/undump method. See the Perl FAQ for
further details.
+=head1 EXAMPLES
+
+See /usr/share/doc/libfilter-perl/examples/decrypt/ for examples of
+encryption and decryption scripts using this filter.
+
=head1 AUTHOR
Paul Marquess
|