X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/a8c7c307c856a29107ba43b79240cbae2a136cb1..259799cf6d5d97ce56449b0c6cbe16e4fd845fb3:/pod/perlsource.pod
diff --git a/pod/perlsource.pod b/pod/perlsource.pod
index 81e3e94..28a6866 100644
--- a/pod/perlsource.pod
+++ b/pod/perlsource.pod
@@ -46,15 +46,20 @@ their tests, unlike other core modules.
=item * F
-This directory contains XS-using modules which are only released as
-part of the core. These modules generally have their F and
-are laid out more like a typical CPAN module.
+Like F, this directory contains modules which are only released
+as part of the core. Unlike F, however, a module under F
+generally has a CPAN-style directory- and file-layout and its own
+F. There is no expectation that a module under F
+will work with earlier versions of Perl 5. Hence, such a module may
+take full advantage of syntactical and other improvements in Perl 5
+blead.
=item * F
This directory is for dual-life modules where the blead source is
canonical. Note that some modules in this directory may not yet have
-been released separately on CPAN.
+been released separately on CPAN. Modules under F should make
+an effort to work with earlier versions of Perl 5.
=item * F
@@ -118,10 +123,10 @@ other directories.
=item * F
-Tests for perl's built in functions which, like those in F, do not fit
-into any of the other directories, but which, in addition, cannot use
-F,as that program depends on functionality which the
-test file itself is testing.
+Tests for perl's built in functions which, like those in F, do
+not fit into any of the other directories, but which, in addition,
+cannot use F,as that program depends on functionality which
+the test file itself is testing.
=item * F