File: install_pm.patch

package info (click to toggle)
libfile-data-perl 1.16-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 168 kB
  • ctags: 44
  • sloc: perl: 612; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: tell Makefile.PL which file to install
Origin: vendor
Bug-Debian: http://bugs.debian.org/690355
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=80166
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-05-11

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,4 +5,5 @@
     'NAME'		=> 'File::Data',
     'VERSION_FROM'	=> 'File/Data.pm', # finds $VERSION
     'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
+    'PM'		=> { 'File/Data.pm' => '$(INST_LIBDIR)/Data.pm' },
 );