File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ with this C<META6.json>:
38
38
"provides": {
39
39
"Resourceable": "lib/Resourceable.rakumod"
40
40
},
41
- "license": "github:JJ ",
41
+ "license": "Artistic-2.0 ",
42
42
"description": "Testing how Distribution::Resource(s) work",
43
43
"perl": "6.*",
44
- "auth": "Write me! ",
45
- "version": "0.0.1 ",
44
+ "auth": "zef:jj ",
45
+ "version": "1.2 ",
46
46
"resources": [
47
47
"libraries/whatever",
48
48
"data/swim.csv"
@@ -54,8 +54,11 @@ with this C<META6.json>:
54
54
55
55
you see that there are the two kinds of resources available: regular ones,
56
56
and those starting with C<libraries>, whose actual value (and handle)
57
- returned will depend on the operating system it's operating. If we access it
58
- through this script (placed in C<bin/>):
57
+ returned will depend on the operating system. For example
58
+ on Windows this might find a C<.dll>, on Linux a C<.so>, and on MacOS
59
+ a C<.dylib>.
60
+
61
+ If we access it through this script (placed in C<bin/>):
59
62
60
63
=begin code :skip-test<Needs Resourceable>
61
64
use Resourceable;
Original file line number Diff line number Diff line change @@ -306,7 +306,6 @@ loggedversion
306
306
lol
307
307
lorem
308
308
luca
309
- macos
310
309
makefromjson
311
310
makequestionable
312
311
malloc
Original file line number Diff line number Diff line change @@ -381,6 +381,7 @@ durations
381
381
dwim
382
382
dx
383
383
dyld
384
+ dylib
384
385
dynlib
385
386
egid
386
387
eigenstate
758
759
lval
759
760
lvalue
760
761
lvalues
762
+ macos
761
763
macosx
762
764
macports
763
765
macvim
You can’t perform that action at this time.
0 commit comments