diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2017-04-04 20:23:27 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2017-04-04 20:23:27 -0300 |
commit | bae9af0cd015880a48e1587eb49adc014cae5d5a (patch) | |
tree | c63bd9cc8c7132f667ecee0176a6a6ec928af07d /examples | |
parent | 9c439e653e19472c242fc0bff10e31a57b1ea45f (diff) | |
download | perl6-matrix-client-bae9af0cd015880a48e1587eb49adc014cae5d5a.tar.gz |
Add readme
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>; |