File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,20 @@ with CPAN and DarkPan Perl 6 modules.
34
34
` Perl ` class, which initially will just be aliases. At a language boundary
35
35
switch, they will become actual type declarations.
36
36
37
+ ### ` PERL6LIB `
38
+
39
+ A ` RAKULIB ` environment variable will be introduced into a Rakudo release,
40
+ and specified as part of 6.e. If found in the environment, it will be used in
41
+ favor of ` PERL6LIB ` . From 6.f, use of ` PERL6LIB ` will issue a deprecation
42
+ warning.
43
+
44
+ ### ` PERL6_HOME `
45
+
46
+ This was only very recently introduced, and is likely not in wide use yet.
47
+ We could consider immediately replacing it with ` RAKU_HOME ` in an upcoming
48
+ Rakudo release, perhaps with a short-term fallback/warning - or error - if
49
+ it's missing, but ` PERL6_HOME ` is found.
50
+
37
51
### Pragmas
38
52
39
53
The ` use isms <Perl5> ` should ** NOT** be changed to ` use isms <Perl> ` .
You can’t perform that action at this time.
0 commit comments