summaryrefslogtreecommitdiff
path: root/ext/Filter/Util
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-16 03:15:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-16 03:15:34 +0000
commit6ea26ce95c203f222f8cdaec8ea73bdc64cc0dae (patch)
tree40bf009bc18f93e19c21f3480094c2ee706a753b /ext/Filter/Util
parentbbc7dcd2bd43efd6773e46b614c6eb1db5af78d2 (diff)
downloadperl-6ea26ce95c203f222f8cdaec8ea73bdc64cc0dae.tar.gz
Make the Filter::Util:Call files have their own copies
of the Perl standard module licensing, from Paul Marquess. p4raw-id: //depot/perl@9177
Diffstat (limited to 'ext/Filter/Util')
-rw-r--r--ext/Filter/Util/Call/Call.pm25
-rw-r--r--ext/Filter/Util/Call/Call.xs4
2 files changed, 28 insertions, 1 deletions
diff --git a/ext/Filter/Util/Call/Call.pm b/ext/Filter/Util/Call/Call.pm
index a21f671c97..6f301c3694 100644
--- a/ext/Filter/Util/Call/Call.pm
+++ b/ext/Filter/Util/Call/Call.pm
@@ -1,3 +1,11 @@
+
+# Call.pm
+#
+# Copyright (c) 1995-2001 Paul Marquess. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the same terms as Perl itself.
+
package Filter::Util::Call ;
require 5.002 ;
@@ -64,7 +72,10 @@ Filter::Util::Call - Perl Source Filter Utility Module
=head1 DESCRIPTION
This module provides you with the framework to write I<Source Filters>
-in Perl.
+in Perl.
+
+An alternate interface to Filter::Util::Call is now available. See
+L<Filter::Simple> for more details.
A I<Perl Source Filter> is implemented as a Perl module. The structure
of the module can take one of two broadly similar formats. To
@@ -463,6 +474,18 @@ Here is the module.
1 ;
+=head1 Filter::Simple
+
+If you intend using the Filter::Call functionality, I would strongly
+recommend that you check out Damian Conway's excellent Filter::Simple
+module. This module provides a much cleaner interface than
+Filter::Util::Call. Although it doesn't allow the fine control that
+Filter::Util::Call does, it should be adequate for the majority of
+applications. It's available at
+
+ http://www.cpan.org/modules/by-author/Damian_Conway/Filter-Simple.tar.gz
+ http://www.csse.monash.edu.au/~damian/CPAN/Filter-Simple.tar.gz
+
=head1 AUTHOR
Paul Marquess
diff --git a/ext/Filter/Util/Call/Call.xs b/ext/Filter/Util/Call/Call.xs
index 6f55c8a5d6..94bc5da4d7 100644
--- a/ext/Filter/Util/Call/Call.xs
+++ b/ext/Filter/Util/Call/Call.xs
@@ -5,6 +5,10 @@
* Date : 26th March 2000
* Version : 1.05
*
+ * Copyright (c) 1995-2001 Paul Marquess. All rights reserved.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the same terms as Perl itself.
+ *
*/
#include "EXTERN.h"