Skip to content

Commit 49630ca

Browse files
committed
remove line end markers
1 parent 56df46b commit 49630ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/modules.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ L<Cool>s.
325325
To list exported symbols of a module first query the export tags supported by
326326
the module.
327327
328-
use URI::Escape;$
329-
dd URI::Escape::EXPORT::.keys;$
328+
use URI::Escape;
329+
dd URI::Escape::EXPORT::.keys;
330330
# OUTPUT«("DEFAULT", "ALL").Seq»
331331
332332
Then use the tag you like and pick the symbol by its name.

0 commit comments

Comments
 (0)