The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/bash

# !!! Nothing here will be executed !!!
# The source-line calling this script is commented out in .travis.yml

source maint/travis-ci_scripts/common.bash
if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi

echo_err "Nothing to do"

return 0