Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove ~/.perl6/lib from default @*INC
as the prophe^W deprecation notes predicted
  • Loading branch information
moritz committed Nov 29, 2012
1 parent 247f875 commit 7ede6cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/ChangeLog
@@ -1,3 +1,6 @@
New in 2012.12
+ ~/.perl6/lib is gone from the default include path

New in 2012.11
+ user-defined operators only affect the parser in the scope they are declared in
+ fixed pre-compilation of modules containing user-defined operators
Expand Down
1 change: 0 additions & 1 deletion src/core/terms.pm
Expand Up @@ -81,7 +81,6 @@ sub term:<time>() { nqp::p6box_i(nqp::time_i()) }
my $ver := nqp::p6box_s(nqp::atkey($compiler, 'version'));
%CUSTOM_LIB<home> = "$home/.perl6/$ver";
@INC.push(%CUSTOM_LIB<home> ~ '/lib');
@INC.push($home ~ '/.perl6/lib');
}
nqp::bindkey(pir::get_who__PP(PROCESS), '%CUSTOM_LIB', %CUSTOM_LIB);

Expand Down

0 comments on commit 7ede6cd

Please sign in to comment.