]> git.pld-linux.org Git - packages/perl-Crypt-Twofish.git/blame - no-dot-in-inc.patch
- fix building with perl 5.26
[packages/perl-Crypt-Twofish.git] / no-dot-in-inc.patch
CommitLineData
b81467da
JR
1--- Crypt-Twofish-2.14/tab/tables.pl~ 2001-05-21 19:38:02.000000000 +0200
2+++ Crypt-Twofish-2.14/tab/tables.pl 2017-06-22 22:44:07.532561872 +0200
3@@ -3,7 +3,7 @@
4 # Copyright 2001 Abhijit Menon-Sen <ams@wiw.org>
5
6 use strict;
7-require 'tab/misc.pl';
8+require './tab/misc.pl';
9
10 my ($qtab, $mtab) = ([], []);
11
This page took 0.048904 seconds and 4 git commands to generate.