From: Jarkko Hietaniemi Date: Fri, 16 Mar 2001 03:15:34 +0000 (+0000) Subject: Make the Filter::Util:Call files have their own copies X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ea26ce95c203f222f8cdaec8ea73bdc64cc0dae;p=p5sagit%2Fp5-mst-13.2.git Make the Filter::Util:Call files have their own copies of the Perl standard module licensing, from Paul Marquess. p4raw-id: //depot/perl@9177 --- diff --git a/ext/Filter/Util/Call/Call.pm b/ext/Filter/Util/Call/Call.pm index a21f671..6f301c3 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 -in Perl. +in Perl. + +An alternate interface to Filter::Util::Call is now available. See +L for more details. A I 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 6f55c8a..94bc5da 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"