File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ = begin pod
2
+
3
+ = TITLE Experimental features
4
+
5
+ = SUBTITLE New features for brave users
6
+
7
+ During Perl_6 development, new features are often made available on
8
+ the main branch. Eventually they may be incorpoated into the next
9
+ version of Perl_6. To use such features, one uses the C < experimental >
10
+ pragma in program source code like this:
11
+
12
+ = begin code
13
+ use experimental;
14
+ = end code
15
+
16
+ Following is a list of current experimental features and a short
17
+ description of each features's purpose or a link to more details about
18
+ its use. (Note: Features marked marked "[TBD]" are to be defined
19
+ later.)
20
+
21
+ = comment The following should be a table but formatting in tables is
22
+ not yet rendered properly.
23
+
24
+ = item X < B < cache > |cache> [TBD]
25
+
26
+ = item X < B < pack > |pack> [TBD]
27
+
28
+ = end pod
You can’t perform that action at this time.
0 commit comments