forked from pool/perl-Cache-LRU
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cache-LRU?expand=0&rev=5
10 lines
258 B
Diff
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';
|