about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/perl-modules/File-Slurp/silence-deprecation.patch
blob: 7b513f21a29f3f8b77894175752755ba12415371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- File-Slurp-9999.19.orig/lib/File/Slurp.pm	2011-05-30 21:58:53.000000000 +0200
+++ File-Slurp-9999.19/lib/File/Slurp.pm	2017-04-28 10:05:59.047681755 +0200
@@ -4,6 +4,7 @@
 
 use strict;
 use warnings ;
+no warnings 'deprecated';
 
 use Carp ;
 use Exporter ;