summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2011-01-05 22:25:23 -0500
committerDavid Golden <dagolden@cpan.org>2011-01-05 22:40:11 -0500
commit935c8d19ecf9ad3ea7589ffd1721e6ba1c671ed9 (patch)
treeca2793339d85d85786a010909244ac14bb79979b /pod
parent2a1594f630b57637ddd7a38daaa1e17f66da396a (diff)
downloadperl-935c8d19ecf9ad3ea7589ffd1721e6ba1c671ed9.tar.gz
Add Perl::OSType as a dual-life core module
This commit adds Perl::OSType 1.002 as a dual-life module. It maps Perl operating system names (e.g. 'dragonfly' or 'MSWin32') to more generic types with standardized names (e.g. "Unix" or "Windows"). It has been refactored out of Module::Build and ExtUtils::CBuilder and consolidates such mappings into a single location for easier maintenance. c.f. http://www.nntp.perl.org/group/perl.perl5.porters/2010/05/msg160280.html
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2e821d4eac..42b7ee5336 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -92,6 +92,14 @@ included with CPAN distributions or generated by the module installation
toolchain. It should not be used for any other general YAML parsing or
generation task.
+=item *
+
+L<Perl::OSType> 1.002 has been added as a dual-life module. It maps Perl
+operating system names (e.g. 'dragonfly' or 'MSWin32') to more generic types
+with standardized names (e.g. "Unix" or "Windows"). It has been refactored
+out of Module::Build and ExtUtils::CBuilder and consolidates such mappings into
+a single location for easier maintenance.
+
=back
=head2 Updated Modules and Pragmata