SYNOPSIS

     use RedHat::Releases qw(list_redhat_release);
     my $res = list_redhat_releases(detail=>1);
     # raw data is in $RedHat::Releases::data;

DESCRIPTION

    This module contains list of RedHat Enterprise Linux releases. Data
    source is currently at:
    https://github.com/perlancar/gudangdata-distrowatch
    (table/redhat_release) which in turn is retrieved from
    http://distrowatch.com.

SEE ALSO

    Debian::Releases

    Ubuntu::Releases

    LinuxMint::Releases

    CentOS::Releases

