Changeset 22449 for t

Show
Ignore:
Timestamp:
09/29/08 16:26:46 (2 months ago)
Author:
moritz
Message:

[t/spec] fix two smartlinks

Location:
t/spec
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S04-blocks-and-statements/pointy.t

    r22232 r22449  
    1313=end description 
    1414 
    15 # L<S06/""Pointy blocks""/the parameter list of a pointy block does not 
    16 # allow parentheses> 
     15# L<S06/""Pointy blocks""/"parameter list of a pointy block does not require 
     16# parentheses"> 
    1717my ($sub, $got); 
    1818 
  • t/spec/S06-advanced_subroutine_features/return.t

    r22265 r22449  
    66This tests proper return of values from subroutines. 
    77 
    8 L<S06/"The return function"> 
     8# L<S06/"The C<return> function"> 
    99 
    1010See also t/blocks/return.t, which overlaps in scope.