Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix internal deprecation message
  • Loading branch information
lizmat committed Nov 21, 2014
1 parent b059a8a commit a75337b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CompUnit.pm
Expand Up @@ -37,7 +37,7 @@ class CompUnit {
return Nil unless $has-source or $has-precomp;

$global.protect( { %instances{$path} //= self.bless(
:path($path.path),
:path(IO::Path.new-from-absolute-path($path)),
:lock(Lock.new),
:$name,
:$extension,
Expand Down

0 comments on commit a75337b

Please sign in to comment.