Skip to content

Commit 7214aae

Browse files
committed
Remove intro table from intro entirely
Most of it was already duplicated in filename extensions; also update that table to reflect preferred first, and remove cro extension - not part of core, didn't change anyway.
1 parent 0144e20 commit 7214aae

File tree

2 files changed

+9
-29
lines changed

2 files changed

+9
-29
lines changed

doc/Language/filename-extensions.pod6

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
=SUBTITLE The extensions recommended for files with Raku content.
66
77
=begin table
8-
File contents | Extensions recommended or used at one time | Current recommendation
9-
============================================================================================
10-
Language files: | |
11-
Raku script | .pl, .p6 | .raku
12-
Raku module | .pm, .pm6 | .rakumod
13-
Raku documentation | .pm, pm6, pod, pod6 | .rakudoc
14-
Test files in raku | .t | .rakutest
15-
Not Quite Perl (NQP) | | .nqp
16-
Module specific files: | |
17-
Cro templates | | .crotmp
8+
File contents | Extension | Historic extensions
9+
========================================================
10+
Raku script | .raku | .pl, .p6
11+
Raku module | .rakumod | .pm, .pm6
12+
Raku documentation | .rakudoc | .pm, pm6, pod, pod6
13+
Test files in raku | .rakutest | .t
14+
Not Quite Perl (NQP) | .nqp |
15+
16+
Note that in most cases, the historic extensions will still work.
1817
1918
=end table
2019

doc/Language/intro.pod6

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,4 @@ that does not work as the programmer intended. This section identifies some
6363
of them. It is worth reviewing when something doesn't quite work out.
6464
=end item
6565
66-
=begin item
67-
Note the name change to Raku from Perl 6 has resulted in some objects
68-
having changed names and their former names, while still available, are
69-
deprecated and their use is not recommended in new code. Those items
70-
are shown in the following table:
71-
72-
=begin table :caption<Raku object names versus deprecated Perl 6 names>
73-
Raku | Perl 6 | Notes
74-
==========+==========+======
75-
raku | perl | routine
76-
RAKULIB | PERL6LIB | environment variable for module paths
77-
.raku | .p6 | file extension for Raku scripts
78-
.rakumod | .pm6 | file extension for Raku modules
79-
.rakutest | .t | file extension for Raku tests
80-
=end table
81-
82-
=end item
83-
84-
8566
=end pod

0 commit comments

Comments
 (0)