Corion / WWW-Mechanize-Chrome

automate the Chrome browser
https://metacpan.org/release/WWW-Mechanize-Chrome
Artistic License 2.0
30 stars 12 forks source link

properly formulate path in command to MacOS Chrome executable #11

Closed sdondley closed 6 years ago

sdondley commented 6 years ago

This patch gets all tests to pass on a Mac without warnings.

Corion commented 6 years ago

Thanks!

That commit added an editor tempfile, but I've adjusted the .gitignore file so these shouldn't get added anymore in the future.

I like to use

git commit -p

to select and review the things that get added, because I too often forget to remove stuff :)

sdondley commented 6 years ago

Good to know. I did do git diff before running git add . but that obviously isn't going to report new files that aren't in the repository yet.