Skip to content

Commit

Permalink
Prepare for removal of @*INC
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Nov 24, 2015
1 parent 0e39a19 commit 42b86ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
1 change: 1 addition & 0 deletions S02-names-vars/contextual.t
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ nok foo().defined, 'contextual $*VAR is undefined';

#RT #63226
# Not every impl has an @*INC by default...
my @*INC;
@*INC.push('not_a_directory');
{
package Foo { our sub run() { return @*INC } };
Expand Down
25 changes: 0 additions & 25 deletions S28-named-variables/inc.t

This file was deleted.

0 comments on commit 42b86ae

Please sign in to comment.