dmgerman / ninka

a license identification tool for Source Code
http://ninka.turingmachine.org
GNU General Public License v2.0
103 stars 30 forks source link

replace deprecated IO::CaptureOutput with Capture::Tiny, and cleanup IPC::Open3 #45

Open iynehz opened 6 years ago

iynehz commented 6 years ago

IO::CaptureOutput is deprecated and the author recommends Capture::Tiny which is widely used in the Perl community today. See also https://metacpan.org/pod/IO::CaptureOutput#DESCRIPTION

And IPC::Open3 is actually not used in the code, so I would suggest completely remove it.