diff options
author | Reini Urban <rurban@cpan.org> | 2022-08-15 22:18:51 +0000 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2022-08-17 09:35:53 -0400 |
commit | 40666a761f261de4ec02a7fd4e770a48957df7c7 (patch) | |
tree | bef1a419dcabb15485ae449f6d426fea5c742613 /cpan | |
parent | 5176fc719ec4d9f9aa8276a1589bfe000d9c174f (diff) | |
download | perl-40666a761f261de4ec02a7fd4e770a48957df7c7.tar.gz |
Filter-Util-Call: sync with CPAN version 1.63
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/Filter-Util-Call/Call.pm | 2 | ||||
-rw-r--r-- | cpan/Filter-Util-Call/Call.xs | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cpan/Filter-Util-Call/Call.pm b/cpan/Filter-Util-Call/Call.pm index 38f602795d..17ebb2282a 100644 --- a/cpan/Filter-Util-Call/Call.pm +++ b/cpan/Filter-Util-Call/Call.pm @@ -18,7 +18,7 @@ use warnings; our @ISA = qw(Exporter); our @EXPORT = qw( filter_add filter_del filter_read filter_read_exact) ; -our $VERSION = "1.61" ; +our $VERSION = "1.63" ; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/cpan/Filter-Util-Call/Call.xs b/cpan/Filter-Util-Call/Call.xs index e62395e0a4..591d9957d1 100644 --- a/cpan/Filter-Util-Call/Call.xs +++ b/cpan/Filter-Util-Call/Call.xs @@ -1,9 +1,9 @@ /* * Filename : Call.xs * - * Author : Paul Marquess - * Date : Tue Feb 20 13:01:57 2018 - * Version : 1.61 + * Author : Reini Urban + * Date : Mi 10. Aug 14:48:49 CEST 2022 + * Version : 1.63 * * Copyright (c) 1995-2011 Paul Marquess. All rights reserved. * Copyright (c) 2011-2014, 2018 Reini Urban. All rights reserved. |