Skip to content

Commit ce22aae

Browse files
committed
Minor cleanup - be more explicit about libraries/
Cleanup some sample values in the META6.json Closes #4343
1 parent 8e9f646 commit ce22aae

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

doc/Type/Distribution/Resource.rakudoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ with this C<META6.json>:
3838
"provides": {
3939
"Resourceable": "lib/Resourceable.rakumod"
4040
},
41-
"license": "github:JJ",
41+
"license": "Artistic-2.0",
4242
"description": "Testing how Distribution::Resource(s) work",
4343
"perl": "6.*",
44-
"auth": "Write me!",
45-
"version": "0.0.1",
44+
"auth": "zef:jj",
45+
"version": "1.2",
4646
"resources": [
4747
"libraries/whatever",
4848
"data/swim.csv"
@@ -54,8 +54,11 @@ with this C<META6.json>:
5454

5555
you see that there are the two kinds of resources available: regular ones,
5656
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/>):
5962

6063
=begin code :skip-test<Needs Resourceable>
6164
use Resourceable;

xt/pws/code.pws

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ loggedversion
306306
lol
307307
lorem
308308
luca
309-
macos
310309
makefromjson
311310
makequestionable
312311
malloc

xt/pws/words.pws

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ durations
381381
dwim
382382
dx
383383
dyld
384+
dylib
384385
dynlib
385386
egid
386387
eigenstate
@@ -758,6 +759,7 @@ ltm
758759
lval
759760
lvalue
760761
lvalues
762+
macos
761763
macosx
762764
macports
763765
macvim

0 commit comments

Comments
 (0)