#!/usr/bin/perl

#Don't allow install on anything less than Tiger.
exit ((1 << 6) | ( 1 << 5 ) | 18 );
