mschilli / net-google-drive-simple

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

Use Google::Drive::Simple::Item #31

Closed atoomic closed 4 years ago

atoomic commented 4 years ago
Stop using Test::MockObject and creating every functions
whereas we are only going to use a limited number of them.

We are now using a dedicated class 'Net::Google::Drive::Simple::Item'
using AUTOLOAD.

We can also provide some additional helpers like 'is_folder'
and 'is_file' to detect the file type.
atoomic commented 4 years ago

clean smoker