Skip to content

Commit

Permalink
[t] correcting pod errors found by podchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane authored and Reini Urban committed Mar 10, 2014
1 parent 2aeeeeb commit 63def66
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion t/op/spawnw.t
Expand Up @@ -36,7 +36,7 @@ The special variable $? in Perl 5.
=head1 AUTHOR
Nigel Sandever - L<nigelsandever@btconnect.com>
Nigel Sandever - C<nigelsandever@btconnect.com>
=cut

Expand Down
23 changes: 11 additions & 12 deletions t/pmc/namespace.t
Expand Up @@ -15,20 +15,19 @@ Tests the NameSpace PMC. Some things that it tests specifically:

=over 4

=item* Creating new NameSpace PMCs
=item Creating new NameSpace PMCs

=item* Verify that things which are supposed to return a NameSpace actually
do.
=item Verify that things which are supposed to return a NameSpace actually do.

=item* Various forms of get_global opcode
=item Various forms of get_global opcode

=item* Finding and calling Subs which are stored in the NameSpace
=item Finding and calling Subs which are stored in the NameSpace

=item* Methods on the NameSpace PMC
=item Methods on the NameSpace PMC

=item* Building NameSpace hierarchies on the fly
=item Building NameSpace hierarchies on the fly

=item* HLL NameSpaces
=item HLL NameSpaces

=back

Expand All @@ -37,13 +36,13 @@ of the NameSpace PMC:

=over 4

=item* methods: add_sub, del_sub, del_var, del_namespace
=item methods: add_sub, del_sub, del_var, del_namespace

=item* Typed and Untyped interfaces
=item Typed and Untyped interfaces

=item* Subclassing NameSpace (If it's possible)
=item Subclassing NameSpace (If it's possible)
=item* .'export_to'()
=item .'export_to'()
Although NameSpace.'export_to'() is used in test_more.pir.
Expand Down

0 comments on commit 63def66

Please sign in to comment.