]> git.pld-linux.org Git - packages/perl-Crypt-Twofish.git/blobdiff - no-dot-in-inc.patch
- fix building with perl 5.26
[packages/perl-Crypt-Twofish.git] / no-dot-in-inc.patch
diff --git a/no-dot-in-inc.patch b/no-dot-in-inc.patch
new file mode 100644 (file)
index 0000000..97eed1c
--- /dev/null
@@ -0,0 +1,11 @@
+--- Crypt-Twofish-2.14/tab/tables.pl~  2001-05-21 19:38:02.000000000 +0200
++++ Crypt-Twofish-2.14/tab/tables.pl   2017-06-22 22:44:07.532561872 +0200
+@@ -3,7 +3,7 @@
+ # Copyright 2001 Abhijit Menon-Sen <ams@wiw.org>
+ use strict;
+-require 'tab/misc.pl';
++require './tab/misc.pl';
+ my ($qtab, $mtab) = ([], []);
This page took 0.101311 seconds and 4 git commands to generate.