diff options
author | David Golden <dagolden@cpan.org> | 2011-01-05 22:25:23 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-01-05 22:40:11 -0500 |
commit | 935c8d19ecf9ad3ea7589ffd1721e6ba1c671ed9 (patch) | |
tree | ca2793339d85d85786a010909244ac14bb79979b /MANIFEST | |
parent | 2a1594f630b57637ddd7a38daaa1e17f66da396a (diff) | |
download | perl-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 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1655,6 +1655,9 @@ cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm Parse::CPAN::Meta testing lib cpan/Parse-CPAN-Meta/uupacktool.pl Parse::CPAN::Meta cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm PerlIO::via::QuotedPrint cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t PerlIO::via::QuotedPrint +cpan/Perl-OSType/lib/Perl/OSType.pm Perl::OSType +cpan/Perl-OSType/t/00-compile.t Perl::OSType +cpan/Perl-OSType/t/OSType.t Perl::OSType cpan/Pod-Escapes/ChangeLog ChangeLog for Pod::Escapes cpan/Pod-Escapes/lib/Pod/Escapes.pm Pod::Escapes cpan/Pod-Escapes/README README for Pod::Escapes |