Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > abfa1c56b4ee427aa109505bbf823e7f > files > 6

perl-Devel-CheckOS-1.63-3.fc15.noarch.rpm

This module provides a nice interface to looking at $^O, and also lets
you ask about OS "families" such as "Unix" (which encompasses Linux, *BSD,
AIX, HPUX, Solaris etc).

To install, do the usual dance:

    perl Makefile.PL
    make
    make test
    make install