The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Hello;

# This package (and file) is used by 40-par-hashref.t
use strict;
sub hello {
    return();
}

1;