Skip to content

Commit fc56b27

Browse files
committed
Changes to variable access
1 parent b0c3d79 commit fc56b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Pod/To/Cached.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ multi method hash-files( @statuses --> Hash ) {
247247
}
248248

249249
method cache-timestamp( $source --> Instant ) {
250-
%.files{ $source }<added>
250+
%!files{ $source }<added>
251251
}
252252

253253
method freeze( --> Bool ) {

0 commit comments

Comments
 (0)