Skip to content

Commit 295cf9f

Browse files
committed
make an enoding/conversion error go away
http://perlcabal.org/syn/Differences.html Around line 398: Non-ASCII character seen before =encoding in 'Perl 6.'. Assuming UTF-8
1 parent cbbeb9d commit 295cf9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Perl6/Perl5/Differences.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ You can still say C<sort(@array)> if you prefer the non-OO idiom.
395395
Since both builtin functions and operators are multi subs and methods,
396396
changing their behaviour for particular types is a simple as adding the
397397
appropriate multi subs and methods. If you want these to be globally
398-
available, well, you can't, because everything is lexically scoped in Perl 6.
398+
available, well, you can't, because everything is lexically scoped in Perl 6.
399399
You can, however, export multi definitions to any code that wishes to import it.
400400

401401
class TurkishStr {

0 commit comments

Comments
 (0)