File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1208,7 +1208,7 @@ C<$!> is set to the C<Any> type object.
1208
1208
Note that C < CATCH > blocks I < do not > set C < $! > . Rather, they set C < $_ > inside
1209
1209
the block to the caught exception.
1210
1210
1211
- X < |$?FILE > X < |$?LINE > X < |::?CLASS > X < |%?RESOURCES >
1211
+ X < |$?FILE > X < |$?LINE > X < |::?CLASS >
1212
1212
= head2 Compile-time variables
1213
1213
1214
1214
All compile time variables have a question mark as part of the twigil. Being
@@ -1232,7 +1232,7 @@ A compile-time variable available within code of a X<Distribution>.
1232
1232
1233
1233
It contains a hash that provides compile and runtime access to files
1234
1234
associated with the Distribution of the current compilation unit. It
1235
- is used to access a special storage for Distribution-wide static files
1235
+ is used to access a special storage for C < Distribution > -wide static files
1236
1236
(for example, examples of configuration files, templates etc).
1237
1237
1238
1238
To add a file to a distribution, it is placed under C < resources > directory:
You can’t perform that action at this time.
0 commit comments