diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rooms.p6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rooms.p6 b/examples/rooms.p6 index 7f62233..6af04bc 100644 --- a/examples/rooms.p6 +++ b/examples/rooms.p6 @@ -1,3 +1,4 @@ +use v6; use Matrix::Client; my $c = Matrix::Client.new: :home-server<https://matrix.deprecated.org>; |