Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
7 lines
257 B
Plaintext
7 lines
257 B
Plaintext
The use utf8 pragma tells the Perl parser to allow UTF-8 in the
|
|
program text in the current lexical scope. This also means that
|
|
you can now use literal Unicode characters as part of strings,
|
|
variable names, and regular expressions.
|
|
|
|
utf8::all goes further.
|