[tools] testbot/cgi: Remove an incorrect cross-reference in the Perl POD documentation.

Francois Gouget fgouget at codeweavers.com
Mon Apr 4 11:09:26 CDT 2022


PageBase is in fact in WineTestBot::CGI. However referencing
WineTestBot from ObjectModel would be an abstraction level violation.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 0879557ad..d7463b5a8 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
 
-- 
2.30.2



More information about the wine-devel mailing list