From 2286ba046799001de059e04e77f8fb74da9efa14 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Nov 2024 06:14:32 +0000 Subject: [PATCH] Site update --- docs/release_notes/1.1.0.html | 2 +- docs/release_notes/1.9.0.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release_notes/1.1.0.html b/docs/release_notes/1.1.0.html index f6045af3..474e65dc 100644 --- a/docs/release_notes/1.1.0.html +++ b/docs/release_notes/1.1.0.html @@ -158,7 +158,7 @@

Get server group membership

Group membership information for servers are now exposed and can be retrieve directly from the server object with the groups method. It also has an alias called group, but it always returns the list of groups a server is member of:

-
my @groups = connection->server->groups;
+
my @groups = connection->server->groups;