#!/usr/bin/perl use strict; use GoogleApps; =head1 NAME google-apps - command line tool to manage Google Apps via API 2.0 =head1 SYNOPSIS google-apps [command] [options] =head1 CONFIG google-apps will try read config file 'google-apps.conf' in some places in that order: =over =item 1. google-apps.conf =item 2. ~/google-apps.conf =item 3. /etc/google-apps.conf =item 4. /usr/local/etc/google-apps.conf =back See a sample of config file in /usr/share/doc/google-apps. =head1 COMMANDS To see a list of all available commands run: google-apps commands =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Joenio Costa. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. =cut GoogleApps->run();