Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #70 from zoffixznet/fix_links_perl5to6
Fixed broken links
  • Loading branch information
zoffixznet committed Mar 31, 2015
2 parents dcda32b + 0736f88 commit 468dbc7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/Language/5to6.pod
Expand Up @@ -468,7 +468,8 @@ type of its arguments.
While the operator has not changed, the rules for what exactly is matched
depends on the types of both arguments, and those rules are far from
identical in Perl 5 and Perl 6. See L<S03/Smart matching>
identical in Perl 5 and Perl 6. See
L<S03/Smart matching|http://design.perl6.org/S03.html#Smart_matching>
=head3 C<& | ^> String Bitwise ops
=head3 C<& | ^> Numeric Bitwise ops
Expand Down Expand Up @@ -959,7 +960,8 @@ before translating into Perl 6.
=head2 Command-line flags
See L<S19-commandline>
See
L<S19/commandline|http://design.perl6.org/S19.html#Command_Line_Elements>
Unchanged:
Expand Down Expand Up @@ -1189,7 +1191,8 @@ not writing one's own C<EXPORT> routine is worthwhile.
=head4 C<Data::Dumper>
In Perl 5, the L<Data::Dumper> module was used for serialization, and for
In Perl 5, the L<Data::Dumper|https://metacpan.org/pod/Data::Dumper>
module was used for serialization, and for
debugging views of program data structures by the programmer.
In Perl 6, these tasks are accomplished with the C<.perl> method, which
Expand Down

0 comments on commit 468dbc7

Please sign in to comment.