diff options
author | Vincent Pit <perl@profvince.com> | 2009-09-07 23:54:35 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-09-07 23:54:35 +0200 |
commit | c8c3ad2244ff40bcb3f49031fff4209e786ce20c (patch) | |
tree | 67b56a5b3340b5438efdb40c032c930833ae2a99 /installperl | |
parent | 380d1e906b715974eb33a0beaa622ee519b3b0e0 (diff) | |
download | perl-c8c3ad2244ff40bcb3f49031fff4209e786ce20c.tar.gz |
Don't install .gitignore files
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 6f4a3691e8..1705d347cf 100755 --- a/installperl +++ b/installperl @@ -713,7 +713,7 @@ sub installlib { # ignore patch backups, RCS files, emacs backup & temp files and the # .exists files, .PL files, and test files. - return if $name =~ m{\.orig$|\.rej$|~$|^#.+#$|,v$|^\.exists|\.PL$|\.plc$|\.t$|^test\.pl$|^dbm_filter_util.pl$} || + return if $name =~ m{\.orig$|\.rej$|~$|^#.+#$|,v$|^\.exists|\.PL$|\.plc$|\.t$|^test\.pl$|^dbm_filter_util.pl$|^\.gitignore$} || $dir =~ m{/t(?:/|$)}; # ignore the cpan script in lib/CPAN/bin, the instmodsh and xsubpp # scripts in lib/ExtUtils, the prove script in lib/Test/Harness, |