From: Paul Marquess Date: Wed, 25 Feb 2009 23:20:05 +0000 (+0100) Subject: Update Filter::Util::Call to 1.08 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d9e167fc3a2d8fd65ae4ea5f68829988c35acb53;p=p5sagit%2Fp5-mst-13.2.git Update Filter::Util::Call to 1.08 --- diff --git a/ext/Filter-Util-Call/Call.pm b/ext/Filter-Util-Call/Call.pm index 46f0b81..1d1b261 100644 --- a/ext/Filter-Util-Call/Call.pm +++ b/ext/Filter-Util-Call/Call.pm @@ -1,14 +1,14 @@ # Call.pm # -# Copyright (c) 1995-2001 Paul Marquess. All rights reserved. +# Copyright (c) 1995-2009 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 ; +require 5.005 ; require DynaLoader; require Exporter; use Carp ; @@ -18,7 +18,7 @@ use vars qw($VERSION @ISA @EXPORT) ; @ISA = qw(Exporter DynaLoader); @EXPORT = qw( filter_add filter_del filter_read filter_read_exact) ; -$VERSION = "1.07_02" ; +$VERSION = "1.08" ; sub filter_read_exact($) { diff --git a/ext/Filter-Util-Call/Call.xs b/ext/Filter-Util-Call/Call.xs index 2380b14..f115d92 100644 --- a/ext/Filter-Util-Call/Call.xs +++ b/ext/Filter-Util-Call/Call.xs @@ -2,10 +2,10 @@ * Filename : Call.xs * * Author : Paul Marquess - * Date : 11th November 2001 - * Version : 1.06 + * Date : 25th February 2009 + * Version : 1.08 * - * Copyright (c) 1995-2001 Paul Marquess. All rights reserved. + * Copyright (c) 1995-2009 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. *