]> git.pld-linux.org Git - packages/perl-Crypt-Twofish.git/blob - no-dot-in-inc.patch
perl 5.38.0 rebuild
[packages/perl-Crypt-Twofish.git] / no-dot-in-inc.patch
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.102202 seconds and 3 git commands to generate.