File: remove-datafaker-from-bin.patch

package info (click to toggle)
libdata-faker-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 352 kB
  • ctags: 14
  • sloc: perl: 4,681; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove example file from /bin
Author: Xavier Guimard <x.guimard@free.fr>
Forwarded: not-needed
Last-Update: 2012-12-27

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@
     PREREQ_PM           => {
 		'POSIX'         => 0,
 	},
-	EXE_FILES			=> [qw(datafaker)],
+	#EXE_FILES			=> [qw(datafaker)],
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM    => 'lib/Data/Faker.pm', # retrieve abstract from module
        AUTHOR           => 'Jason Kohles <email@jasonkohles.com>') : ()),