about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-02-19 22:59:07 +0530
committerAndinus <andinus@nand.sh>2021-02-19 23:08:26 +0530
commitc029e07dd1fea194a674fe9dfee35e3c7a63be06 (patch)
tree96168e700c70b5d4fe2b70e473fbbfdd9dd07f64 /README
parent151186cad17539451efe7f201c66b689d754ae1a (diff)
downloadoctans-c029e07dd1fea194a674fe9dfee35e3c7a63be06.tar.gz
Fix the sample puzzle error
It would error out when the user runs sample puzzle because we're
using $path.IO.f but that wasn't passed.

It prints this error:

    Invocant of method 'f' must be an object instance of type
    'IO::Path', not a type object of type 'IO::Path'.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
amp;id=7ca19e4e1d3acb2c770c180156b813fb536a673e'>7ca19e4e ^
6070c23e ^
7ca19e4e ^













1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37