diff options
author | Marc Schumann <wurblzap@gmail.com> | 2012-11-30 15:30:44 +0100 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2012-11-30 15:30:44 +0100 |
commit | 2667d3631cc09c4d5d3593312bfeb86b38a4c65a (patch) | |
tree | b75e952f5b5cc92bbbfb83ae52a131995fbba654 /Bugzilla/Install/Filesystem.pm | |
parent | Bug 802613: Merge common code of admin/custom_fields/create.html.tmpl and adm... (diff) | |
download | bugzilla-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.tar.gz bugzilla-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.tar.bz2 bugzilla-2667d3631cc09c4d5d3593312bfeb86b38a4c65a.zip |
Bug 816747 - Add dummy POD for unPODded methods.
r/a=LpSolit
Diffstat (limited to 'Bugzilla/Install/Filesystem.pm')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 678e208d4..04f32313b 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -930,3 +930,29 @@ how they are supposed to be set in Bugzilla's current configuration. If it fails to set the permissions, a warning will be printed to STDERR. =back + +=head1 B<Methods in need of POD> + +=over + +=item CGI_WRITE + +=item DIR_WS_SERVE + +=item DIR_ALSO_WS_SERVE + +=item WS_SERVE + +=item FILESYSTEM + +=item WS_EXECUTE + +=item CGI_READ + +=item DIR_CGI_READ + +=item DIR_CGI_WRITE + +=item DIR_CGI_OVERWRITE + +=back |