Michael G Schwern wrote:
> -Moving::Target->import (foo);
> +Moving::Target->import ('foo');
>  
> -::ok (foo eq "foo", "imported foo before EXPORT_OK changed");
> +::ok (foo() eq "This is foo", "imported foo before EXPORT_OK changed");

I'm not sure you're not changing what is tested here.

Reply via email to