The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
######################################################################
Revision history for Perl extension Net::Google::Drive::Simple

0.05 (2013/03/18)
    (ms) Requiring Sysadm::Install 0.43 for Win32 compatibility.

0.04 (2013/02/03)
    (ms) Removed dependency on pdf files, now supports all types of files
         via File::MMagic.
    (ms) Better debug logs
    (ms) Added better instructions on how to obtain Google Drive client
         IDs and secrets.

0.03 (2013/01/03)
    (ms) Now refreshing token right before a file_upload, regardless of expire
         time. Working around unexplicable problems when the token expires
         while an upload is in progress.

0.02 (2012/12/30)
    (ms) children() now works correctly in both scalar and array context

0.01 (2012/12/28)
    (ms) Where it all began.