summaryrefslogtreecommitdiff
path: root/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.5-perl-syntax.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/apt-cacher-ng/files/apt-cacher-ng-3.5-perl-syntax.patch')
-rw-r--r--net-misc/apt-cacher-ng/files/apt-cacher-ng-3.5-perl-syntax.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.5-perl-syntax.patch b/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.5-perl-syntax.patch
new file mode 100644
index 000000000000..32421a07eefc
--- /dev/null
+++ b/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.5-perl-syntax.patch
@@ -0,0 +1,11 @@
+--- a/scripts/expire-caller.pl
++++ b/scripts/expire-caller.pl
+@@ -1,7 +1,7 @@
+ #!/usr/bin/perl
+ #
+
+-print STDERR "WARNING: this script is considered deprecated. It may still work but could print incorrect results!\n"
++print STDERR "WARNING: this script is considered deprecated. It may still work but could print incorrect results!\n";
+
+ use strict;
+ use Socket;