I'm having issues with using the Google Voice API to send a text message. I'm running Mac OS X Maveriks and it was working on the previous version (Mountain Lion). I got the Google Voice API installed but now I get this strange message.
Can't locate object method "attrs" via package "Mojo::DOM" at /Library/Perl/5.16/Google/Voice.pm line 39.
I am not sure what to do with this. I used CPAN to install Google::Voice which seemed to work.
Judging by https://github.com/tempire/perl-google-voice, I think you are missing the Mojolicious prerequisite. I don't know how Perl is set up on your machine, so I will just point out that http://mojolicio.us/ provides installation instructions.