tokuhirom / Minilla

Authorizing tool for CPAN modules
https://metacpan.org/release/Minilla
Other
98 stars 65 forks source link

fix spaces #263

Closed skaji closed 5 years ago

skaji commented 5 years ago

lib/Minilla/WorkDir.pm contains CR (\x0d) in it. So I fixed spaces and new lines by

perl -i -ne 's/\s+\z//; print "$_\n"' $(git ls-files | grep -iv LICENSE)