From 2667d3631cc09c4d5d3593312bfeb86b38a4c65a Mon Sep 17 00:00:00 2001 From: Marc Schumann Date: Fri, 30 Nov 2012 15:30:44 +0100 Subject: Bug 816747 - Add dummy POD for unPODded methods. r/a=LpSolit --- Bugzilla/Install/CPAN.pm | 8 ++++++++ Bugzilla/Install/Filesystem.pm | 26 ++++++++++++++++++++++++++ Bugzilla/Install/Requirements.pm | 8 ++++++++ Bugzilla/Install/Util.pm | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/CPAN.pm b/Bugzilla/Install/CPAN.pm index a0f059927..0d56ead6d 100644 --- a/Bugzilla/Install/CPAN.pm +++ b/Bugzilla/Install/CPAN.pm @@ -334,3 +334,11 @@ Note that calling this function prints a B of information to STDOUT and STDERR. =back + +=head1 B + +=over + +=item check_cpan_requirements + +=back 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 + +=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 diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 8f85bfe10..c446e3834 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -920,3 +920,11 @@ Returns a hashref where file names are the keys and the value is the feature that must be enabled in order to compile that file. =back + +=head1 B + +=over + +=item print_module_instructions + +=back diff --git a/Bugzilla/Install/Util.pm b/Bugzilla/Install/Util.pm index 8548717e4..80ebc2a88 100644 --- a/Bugzilla/Install/Util.pm +++ b/Bugzilla/Install/Util.pm @@ -915,3 +915,35 @@ is greater than C<$b>. =back =back + +=head1 B + +=over + +=item supported_languages + +=item extension_template_directory + +=item extension_code_files + +=item extension_web_directory + +=item trick_taint + +=item success + +=item trim + +=item extension_package_directory + +=item set_output_encoding + +=item extension_requirement_packages + +=item prevent_windows_dialog_boxes + +=item sortQvalue + +=item no_checksetup_from_cgi + +=back -- cgit v1.2.3-24-g4f1b