1 2 3 4 5 6 7 8 9 10
package App::Prove::Plugin::Dummy; use strict; use warnings; sub import { main::test_log_import(@_); } 1;