briandfoy / PerlPowerTools

Perl Power Tools
https://metacpan.org/pod/PerlPowerTools
Other
214 stars 53 forks source link

file: -f option doesn't work properly #769

Closed mknos closed 3 days ago

mknos commented 4 days ago
coveralls commented 4 days ago

Pull Request Test Coverage Report for Build 11495019829

Details


Totals Coverage Status
Change from base Build 11491874432: -0.7%
Covered Lines: 350
Relevant Lines: 479

💛 - Coveralls
briandfoy commented 3 days ago

changes: -f works properly by checking the definedness of its argument instead of truthiness, and chomps the lines it reads.