App-DrivePlayer
view release on metacpan or search on metacpan
lib/App/DrivePlayer/GUI/SheetSync.pm view on Meta::CPAN
package App::DrivePlayer::GUI::SheetSync;
# Moo role: Google Sheet synchronisation.
use strict;
use warnings;
use utf8;
use Moo::Role;
use Glib qw( FALSE );
use Gtk3 '-init';
use App::DrivePlayer::SheetDB;
lib/App/DrivePlayer/GUI/SheetSync.pm view on Meta::CPAN
}
return;
}
1;
__END__
=head1 NAME
App::DrivePlayer::GUI::SheetSync - Role for Google Sheet synchronisation
=head1 DESCRIPTION
A L<Moo::Role> consumed by L<App::DrivePlayer::GUI> that handles syncing the
local library to and from a Google Sheets spreadsheet.
=cut
( run in 1.057 second using v1.01-cache-2.11-cpan-140bd7fdf52 )