Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
link to doc.perl.org not spec/design
  • Loading branch information
stmuk committed May 23, 2016
1 parent eaab00f commit 452df0d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
Expand Up @@ -26,10 +26,6 @@ =head1 What's interesting here?
=item casting
=item {} in string
=head1 Features used
=item C<> - L<http://perlcabal.org/syn/>
=end pod

my $x = ~[**] 5, 4, 3, 2;
Expand Down
8 changes: 4 additions & 4 deletions categories/best-of-rosettacode/balanced-brackets.pl
Expand Up @@ -27,10 +27,10 @@ =head1 What's interesting here?
=head1 Features used
=item C<roll> - L<http://perlcabal.org/syn/S32/Containers.html#roll>
=item C<given> - L<http://perlcabal.org/syn/S04.html#Switch_statements>
=item C<prompt> - L<http://perlcabal.org/syn/S32/IO.html#prompt>
=item C<grammar> - L<http://perlcabal.org/syn/S05.html#Grammars>
=item C<roll> - L<https://doc.perl6.org/routine/roll#class_List>
=item C<given> - L<https://doc.perl6.org/syntax/given#language_documentation_Control_Flow>
=item C<prompt> - L<https://doc.perl6.org/routine/prompt>
=item C<grammar> - L<https://doc.perl6.org/language/grammars>
=head2 Depth counter
Expand Down
4 changes: 2 additions & 2 deletions categories/best-of-rosettacode/last-fridays-of-year.pl
Expand Up @@ -16,9 +16,9 @@ =head1 More
=head1 Features used
The MAIN sub - L<http://perlcabal.org/syn/S06.html#Declaring_a_MAIN_subroutine>
The MAIN sub - L<https://doc.perl6.org/language/functions#sub_MAIN>
Date objects - L<http://perlcabal.org/syn/S32/Temporal.html#Date>
Date objects - L<https://doc.perl6.org/type/Date>
=end pod

Expand Down
2 changes: 1 addition & 1 deletion categories/other/combinations.pl
Expand Up @@ -14,7 +14,7 @@ =head1 What's interesting here?
=head1 Features used
=item C<Placeholder variables> - L<http://perlcabal.org/syn/S06.html#Placeholder_variables>
=item C<Placeholder variables> - L<https://doc.perl6.org/language/variables>
=end pod

Expand Down

0 comments on commit 452df0d

Please sign in to comment.