File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
C < PseudoStash > is the stash type (hanging off C < .WHO > ) that backs
10
10
various pseudo-packages. So, when you do C < MY:: > or C < CALLER:: > , that
11
- gives back a C < PseudoStash > . In most cases, C < PackageName ::> gives
11
+ gives back a C < PseudoStash > . In most cases, C < Package ::> gives
12
12
back a C < Stash > . Neither of these are objects the user is expected to
13
13
create by themselves, but in case you have one, you can just use it like a
14
14
hash.
@@ -18,7 +18,7 @@ my $a = 42;
18
18
my $b = q/$a/;
19
19
dd MY::{$b}
20
20
21
- This shows how you can use a seudo-stash to look variables, by name,
22
- at runtime.
21
+ This shows how you can use a C < PseudoStash > to look up variables, by name,
22
+ at runtime.
23
23
24
24
= end pod
Original file line number Diff line number Diff line change @@ -800,6 +800,7 @@ proto's
800
800
protoregexes
801
801
prototyped
802
802
pseudopackage
803
+ pseudostash
803
804
ptrdiff
804
805
punct
805
806
pvalname
You can’t perform that action at this time.
0 commit comments