blob: 1476ee85510142f462129ef0f46edebfb9fa0acf (
plain)
1
2
3
4
5
6
7
8
9
|
Modules that provide OS-specific behaviors often need to know if the
current operating system matches a more generic type of operating
systems. For example, 'Linux' is a type of 'Unix' operating system and
so is 'FreeBSD'.
This module provides a mapping between an operating system name as given
by $^O and a more generic type.
WWW: http://search.cpan.org/dist/Perl-OSType/
|