use 5.010; use strict; use foo::bar; say foo::bar::baz(); # dies - undefined subroutine again