File: 1001_fix_install_path.patch

package info (click to toggle)
libfile-data-perl 1.20-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: perl: 613; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix install path
Author: Jonas Smedegaard <dr@jones.dk>
Bug: https://rt.cpan.org/Ticket/Display.html?id=123009
Last-Updated: 2017-09-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,5 +11,4 @@
         Fcntl           => 1.11,
         FileHandle      => 2.02,
     },
-    'PM'                => { 'lib/File/Data.pm' => '$(INST_LIBDIR)/File/Data.pm' },
 );