aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2017-04-04 20:23:27 -0300
committerMatias Linares <matiaslina@openmailbox.org>2017-04-04 20:23:27 -0300
commitbae9af0cd015880a48e1587eb49adc014cae5d5a (patch)
treec63bd9cc8c7132f667ecee0176a6a6ec928af07d /examples
parent9c439e653e19472c242fc0bff10e31a57b1ea45f (diff)
downloadperl6-matrix-client-bae9af0cd015880a48e1587eb49adc014cae5d5a.tar.gz
Add readme
Diffstat (limited to 'examples')
-rw-r--r--examples/rooms.p61
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>;