summaryrefslogtreecommitdiff
path: root/pod/perlsource.pod
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2012-12-02 08:25:42 -0500
committerJames E Keenan <jkeenan@cpan.org>2012-12-07 20:05:01 -0500
commitbb52f720b393a99bfdff2d2303fb399ef97473a6 (patch)
treef6523dba5698675afad95bd293347422f6084b4f /pod/perlsource.pod
parent8a5eedb005f7c37f37bea546d40741b5a9ccfad2 (diff)
downloadperl-bb52f720b393a99bfdff2d2303fb399ef97473a6.tar.gz
Adjust MANIFEST, Makefiles, test harnesses, documentation, etc., aware of new
directory t/opbasic. For RT #115838
Diffstat (limited to 'pod/perlsource.pod')
-rw-r--r--pod/perlsource.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perlsource.pod b/pod/perlsource.pod
index 16252eb3f0..81e3e94160 100644
--- a/pod/perlsource.pod
+++ b/pod/perlsource.pod
@@ -116,6 +116,13 @@ Tests for perl's method resolution order implementations (see L<mro>).
Tests for perl's built in functions that don't fit into any of the
other directories.
+=item * F<t/opbasic/>
+
+Tests for perl's built in functions which, like those in F<t/op/>, do not fit
+into any of the other directories, but which, in addition, cannot use
+F<t/test.pl>,as that program depends on functionality which the
+test file itself is testing.
+
=item * F<t/re/>
Tests for regex related functions or behaviour. (These used to live in