Skip to content

Commit 1a08bb7

Browse files
committed
SOURCES sections were removed due to #612
1 parent dd244f9 commit 1a08bb7

File tree

4 files changed

+0
-27
lines changed

4 files changed

+0
-27
lines changed

doc/Language/5to6-perlfunc.pod

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ Also, unless otherwise stated, the use of the term "function" here will mean a
3030
function in the style of C<func(@args)>, while "method" will refer to a
3131
function in the style of C<@args.func>.
3232
33-
=head1 SOURCES
34-
35-
I'm taking my information from L<https://doc.perl6.org>, supplemented by the
36-
design documents at L<https://design.perl6.org/> and input from the denizens
37-
of #perl6 on irc.freenode.org
38-
3933
=head1 Alphabetical Listing of Perl Functions
4034
4135
=head2 Filetests

doc/Language/5to6-perlop.pod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ attempt to guide you from the operators in Perl 5's perlop document to
1616
their equivalents in Perl 6. For full documentation on the Perl 6
1717
equivalents, please see the Perl 6 documentation.
1818
19-
=head1 SOURCES
20-
21-
I'm taking my information from L<https://doc.perl6.org> (in particular,
22-
L<operators|/language/operators>), supplemented by the
23-
design documents at L<https://design.perl6.org/> and input from the denizens
24-
of #perl6 on irc.freenode.org
25-
2619
=head2 Operator Precedence and Associativity
2720
2821
The operator precedence table is somewhat different in Perl 6 than it is in

doc/Language/5to6-perlsyn.pod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ attempt to guide you from how things work in Perl 5 to the equivalents
1919
in Perl 6. For full documentation on the Perl 6 syntax, please see the
2020
Perl 6 documentation.
2121
22-
=head1 SOURCES
23-
24-
I'm taking my information from L<http://doc.perl6.org> (in particular,
25-
L<syntax|/language/syntax> and
26-
L<control flow|/language/control>), supplemented by the design
27-
documents at L<http://design.perl6.org/> and input from the denizens of
28-
#perl6 on irc.freenode.org
29-
3022
=head1 Free Form
3123
3224
Perl 6 is still I<largely> free form. However, there are a few instances

doc/Language/5to6-perlvar.pod

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ to their equivalents in Perl 6. For full documentation on the Perl 6
1717
special variables, please see the Perl 6 documentation for those
1818
variables.
1919
20-
=head1 SOURCES
21-
22-
I'm taking my information from L<variables|/language/variables>
23-
supplemented by L<http://design.perl6.org/S28.html> and input from the
24-
denizens of #perl6 on irc.freenode.org
25-
2620
=head1 SPECIAL VARIABLES
2721
2822
=head2 General Variables

0 commit comments

Comments
 (0)