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/Migrate.pm | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'Bugzilla/Migrate.pm') diff --git a/Bugzilla/Migrate.pm b/Bugzilla/Migrate.pm index 6dbe6ef10..a23cbd32a 100644 --- a/Bugzilla/Migrate.pm +++ b/Bugzilla/Migrate.pm @@ -1160,3 +1160,49 @@ or any custom fields are created. The default implementation does nothing. This is run after all data is inserted into Bugzilla. The default implementation does nothing. + +=head1 B + +=over + +=item do_migration + +=item verbose + +=item bug_fields + +=item insert_users + +=item users + +=item check_requirements + +=item bugs + +=item map_value + +=item insert_products + +=item products + +=item translate_all_bugs + +=item config_file_name + +=item dry_run + +=item name + +=item create_custom_fields + +=item reset_serial_values + +=item read_config + +=item write_config + +=item insert_bugs + +=item create_legal_values + +=back -- cgit v1.2.3-24-g4f1b