Add a new lookup type (#2556)

Lookup type for AIX systems
This commit is contained in:
Stéphane Thomas 2021-01-29 16:45:19 +01:00 committed by GitHub
parent ad32d88690
commit 7d66fcab2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ my $lookup_type = [
{ type => 'macos', re => qr/Darwin/i },
{ type => 'hp-ux', re => qr/HP-UX/i },
{ type => 'freebsd', re => qr/FreeBSD/i },
{ type => 'aix', re => qr/ AIX / },
];
sub define_type {