mschilli / net-google-drive-simple

Net::Google::Drive::Simple CPAN Module
Other
11 stars 22 forks source link

minor init changes: https lib and render_text #4

Closed yxes closed 11 years ago

yxes commented 11 years ago

Makefile.PL:

Since the package requires the https protocol by default you should require a https library...

eg/google-drive-init:

after getting an error from mojo concerning the call 'render_text' - I just changed it to render( text => … ) and a tiny bit of chaos has been re-ordered in the universe.

mschilli commented 11 years ago

Ah, render_text() seems to have been deprecated, I was still running Mojo 1.x, now there's 4.x on CPAN :). I'll update the Mojo requirement after merging your patch. Thanks for your contribution!