summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Filter-Util-Call/Call.pm6
-rw-r--r--cpan/Filter-Util-Call/Call.xs6
2 files changed, 6 insertions, 6 deletions
diff --git a/cpan/Filter-Util-Call/Call.pm b/cpan/Filter-Util-Call/Call.pm
index 0805ae7335..38f602795d 100644
--- a/cpan/Filter-Util-Call/Call.pm
+++ b/cpan/Filter-Util-Call/Call.pm
@@ -1,7 +1,7 @@
# Call.pm
#
# Copyright (c) 1995-2011 Paul Marquess. All rights reserved.
-# Copyright (c) 2011-2014 Reini Urban. All rights reserved.
+# Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved.
# Copyright (c) 2014-2017 cPanel Inc. All rights reserved.
#
# This program is free software; you can redistribute it and/or
@@ -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.60" ;
+our $VERSION = "1.61" ;
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -528,7 +528,7 @@ Paul Marquess
=head1 LICENSE
Copyright (c) 1995-2011 Paul Marquess. All rights reserved.
-Copyright (c) 2011-2014 Reini Urban. All rights reserved.
+Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved.
Copyright (c) 2014-2017 cPanel Inc. All rights reserved.
This program is free software; you can redistribute it and/or
diff --git a/cpan/Filter-Util-Call/Call.xs b/cpan/Filter-Util-Call/Call.xs
index 2ac88e29fc..e62395e0a4 100644
--- a/cpan/Filter-Util-Call/Call.xs
+++ b/cpan/Filter-Util-Call/Call.xs
@@ -2,11 +2,11 @@
* Filename : Call.xs
*
* Author : Paul Marquess
- * Date : 2014-12-09 02:48:44 rurban
- * Version : 1.60
+ * Date : Tue Feb 20 13:01:57 2018
+ * Version : 1.61
*
* Copyright (c) 1995-2011 Paul Marquess. All rights reserved.
- * Copyright (c) 2011-2014 Reini Urban. All rights reserved.
+ * Copyright (c) 2011-2014, 2018 Reini Urban. All rights reserved.
* This program is free software; you can redistribute it and/or
* modify it under the same terms as Perl itself.
*