#!perl package Foo; use warnings; use strict; sub import { warnings->unimport('experimental::signatures') if $] >= 5.020; } 1;