The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;

# Create the Makefile
name            'Alien-SeleniumRC';
all_from        'lib/Alien/SeleniumRC.pm';
build_requires  'Test::More'        => '0.42';
install_script  'bin/selenium-rc';

auto_install;
sign;
WriteAll;