We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8ba5b commit 7212cbfCopy full SHA for 7212cbf
S02-bits.pod
@@ -2013,6 +2013,7 @@ Normal names and variables are declared using a I<scope declarator>:
2013
state # introduces lexically scoped but persistent names
2014
augment # adds definitions to an existing name
2015
supersede # replaces definitions of an existing name
2016
+ unit # like our, but introduces a compilation-unit scoped name
2017
2018
Names may also be declared in the signature of a function. These are
2019
equivalent to a C<my> declaration inside the block of the function, except
0 commit comments