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 /lib/.gitignore | |
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 'lib/.gitignore')
-rw-r--r-- | lib/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index 62c0affe3e..03961eba83 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -298,6 +298,7 @@ /Package/Constants.pm /Params/Check.pm /Parse/CPAN/ +/Perl/OSType.pm /PerlIO/encoding.pm /PerlIO/scalar.pm /PerlIO/via.pm |