From 62749590294edb97cdfb5f2316b90f9e13b9e113 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 26 Sep 2011 19:25:38 +0100 Subject: [PATCH] =?utf8?q?Bugfix:=20The=20synopsis=20mentioned=20->workspa?= =?utf8?q?ces,=20but=20it=E2=80=99s=20->get=5Fworkspaces?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/AnyEvent/I3.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AnyEvent/I3.pm b/lib/AnyEvent/I3.pm index d191241c..36642643 100644 --- a/lib/AnyEvent/I3.pm +++ b/lib/AnyEvent/I3.pm @@ -41,7 +41,7 @@ then subscribe to events or send messages and receive their replies. use AnyEvent::I3; - my $workspaces = i3->workspaces->recv; + my $workspaces = i3->get_workspaces->recv; say "Currently, you use " . @{$workspaces} . " workspaces"; =head1 EXPORT -- 2.39.5