Skip to content

Commit bab09aa

Browse files
committed
Update CompUnitRepo class specification seperator
1 parent 3373e72 commit bab09aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

S22-package-format.pod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -487,21 +487,21 @@ path or a URL).
487487
Some examples (where CURL is short for CompUnitRepo::Local):
488488

489489
/foo/bar simple CURL::File in /foo/bar
490-
file:/foo/bar (same)
491-
inst:/installed simple CURL::Installation in /installed
492-
inst:name<work>:/installed (same) but also set %?CUSTOM_LIB<work>
493-
inst:name[work]:/installed (same) but more CLI-friendly
494-
inst:name{work}:/installed (same) alternate CLI-friendly way
495-
CompUnitRepo::Local::Installation:/installed (same) but with full class name
496-
CompUnitRepo::GitHub:masak/html-template get it from GitHub
490+
file#/foo/bar (same)
491+
inst#/installed simple CURL::Installation in /installed
492+
inst#name<work>#/installed (same) but also set %?CUSTOM_LIB<work>
493+
inst#name[work]#/installed (same) but more CLI-friendly
494+
inst#name{work}#/installed (same) alternate CLI-friendly way
495+
CompUnitRepo::Local::Installation#/installed (same) but with full class name
496+
CompUnitRepo::GitHub#masak/html-template get it from GitHub
497497

498498
Multiple specifications may be concatenated with C<,>. If no class is
499499
specified on subsequent specifications, then the previous class specification
500500
will be assumed. So:
501501

502502
/foo/bar,/foo/baz both use CURL::File
503-
inst:/installed,/also both use CURL::Installation
504-
/foo/bar,inst:/installed first CURL::File, second CURL::Installation
503+
inst#/installed,/also both use CURL::Installation
504+
/foo/bar,inst#/installed first CURL::File, second CURL::Installation
505505

506506
=head3 new
507507

0 commit comments

Comments
 (0)