Module: tools Branch: master Commit: 1bb3b3ddf3df797a2ab37c35ea8742dd3b2655eb URL: https://source.winehq.org/git/tools.git/?a=commit;h=1bb3b3ddf3df797a2ab37c35... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Apr 4 18:09:26 2022 +0200 testbot/cgi: Remove an incorrect cross-reference in the Perl POD documentation. PageBase is in fact in WineTestBot::CGI. However referencing WineTestBot from ObjectModel would be an abstraction level violation. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/lib/ObjectModel/CGI/Page.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/testbot/lib/ObjectModel/CGI/Page.pm b/testbot/lib/ObjectModel/CGI/Page.pm index 0879557..d7463b5 100644 --- a/testbot/lib/ObjectModel/CGI/Page.pm +++ b/testbot/lib/ObjectModel/CGI/Page.pm @@ -110,8 +110,6 @@ sub _initialize($$$) Sets the function to be used to instantiate a new PageBase object for this website. The resulting object can be accessed through GetPageBase(). -See also ObjectModel::CGI::PageBase. - =back =cut