The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
return $ARGV[0]->isa( 'Astro::App::Satpass2' ) ? 'OK' : "First argument is '$ARGV[0]'";

# ex: set filetype=perl textwidth=72 :