7
0
Files
perl-Cache-LRU/perl526.patch

10 lines
258 B
Diff

Index: Cache-LRU-0.04/Makefile.PL
===================================================================
--- Cache-LRU-0.04.orig/Makefile.PL
+++ Cache-LRU-0.04/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
use inc::Module::Install;
all_from 'lib/Cache/LRU.pm';