- Timestamp:
- 09/29/08 16:26:46 (2 months ago)
- Location:
- t/spec
- Files:
-
- 2 modified
-
S04-blocks-and-statements/pointy.t (modified) (1 diff)
-
S06-advanced_subroutine_features/return.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S04-blocks-and-statements/pointy.t
r22232 r22449 13 13 =end description 14 14 15 # L<S06/""Pointy blocks""/ the parameter list of a pointy block does not16 # allow parentheses>15 # L<S06/""Pointy blocks""/"parameter list of a pointy block does not require 16 # parentheses"> 17 17 my ($sub, $got); 18 18 -
t/spec/S06-advanced_subroutine_features/return.t
r22265 r22449 6 6 This tests proper return of values from subroutines. 7 7 8 L<S06/"The returnfunction">8 # L<S06/"The C<return> function"> 9 9 10 10 See also t/blocks/return.t, which overlaps in scope.
