diff options
author | David Lawrence <dkl@mozilla.com> | 2015-04-02 16:46:36 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-04-02 16:46:36 +0200 |
commit | a29f798a2506ec2b57cd4f7ebbdaf58387e6e490 (patch) | |
tree | 7dd089a330e4ad493ecd938428e8b418789b8f49 /.htaccess | |
parent | 1fa1aa54ae725989c6c44f198376e37ba000ca02 (diff) | |
download | bugzilla-a29f798a2506ec2b57cd4f7ebbdaf58387e6e490.tar.gz bugzilla-a29f798a2506ec2b57cd4f7ebbdaf58387e6e490.tar.xz |
Bug 1143005: Add parameter to checksetup.pl that generates a cpanfile usable by utilities such as cpanm for installing Perl dependencies
r=dylan,a=glob
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Don't allow people to retrieve non-cgi executable files or our private data -<FilesMatch (\.pm|\.pl|\.tmpl|localconfig.*)$> +<FilesMatch (\.pm|\.pl|\.tmpl|localconfig.*|cpanfile)$> <IfModule mod_version.c> <IfVersion < 2.4> Deny from all |