#! /usr/bin/perl -w use strict; use warnings; use utf8; use GitHubBackup; my $gh = GitHubBackup->new( account => 'mittyorz', repository => 'munin-plugins', directory => 'repos', access_token => 'e72e16c7e42f292c6912e7710c838347ae178b4a', ); $gh->backup;