http://www.perlmonks.org?node_id=1210489


in reply to Re^2: Help Changing use into require/import
in thread Help Changing use into require/import

Can't locate object method "new" via package "Capture::Tiny" at ./foo.pl line 40

Capture::Tiny doesn't have a new() method, and Capture::Tiny->new() will therefore fail irrespective of how you loaded the module.

Cheers,
Rob