canmove, Confirmed users
345
edits
No edit summary |
|||
Line 41: | Line 41: | ||
Or, as another example, let's say that you wanted to make every .pm module in Bugzilla use a particular CPAN module: | Or, as another example, let's say that you wanted to make every .pm module in Bugzilla use a particular CPAN module: | ||
1. Attach a patch that modifies ''one'' module, preferably a simple module that's not used in all of Bugzilla. This patch would also include the code for checksetup.pl to say that the module is required. | 1. Attach a patch that modifies ''one'' module, preferably a simple module that's not used in all of Bugzilla, like Bugzilla/Keyword.pm. This patch would also include the code for checksetup.pl to say that the module is required. | ||
2. If it's going to take a lot of modification of each module, then file bugs and attach separate patches for each module that you want to modify after that. | 2. If it's going to take a lot of modification of each module, then file bugs and attach separate patches for each module that you want to modify after that. | ||