Skip to content

Commit af41394

Browse files
committed
Removes comments
And introduction which is no longer relevant. Refs #2514 and it would close it if it weren't by the fact that I have discovered a new experimental feature, `smallnatives`, which begs documentation too.
1 parent 47eeea2 commit af41394

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

doc/Language/experimental.pod6

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ example, like this:
1212
1313
use experimental :macros;
1414
15-
Following is a list of current experimental features and a short
16-
description of each feature's purpose or a link to more details about
17-
its use. (Note: Features marked "[TBD]" are to be defined
18-
later.)
19-
20-
=comment The following should be a table but formatting in tables is
21-
not yet rendered properly.
15+
These are the features that, for the time being, are experimental.
2216
2317
=head2 X<B<pack>|pack>
2418
@@ -28,7 +22,10 @@ L<Perl's pack|http://perldoc.perl.org/functions/pack.html>.
2822
The C<pack> order creates a
2923
C<Buf> by packing data structures in a certain way given by a I<packing string>
3024
with the options shown
31-
L<in the description of C<unpack>\/type/Blob#method_unpack>.
25+
L<in the description of C<unpack>\/type/Blob#method_unpack>. You turn it on by
26+
inserting this pragma at the beginning of your program:
27+
28+
use experimental :pack;
3229
3330
For instance, we can pack numbers interpreting them as hexadecimal (C<H>) with
3431
the pattern repeating until there are no more elements (C<*>):

0 commit comments

Comments
 (0)