Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env perl
use v5.16;
use constant {
GH_USER => 'bob',
GH_PASS => 'secret',
TRAVIS_CONFIG => { user => 'bob', token => 'ABfrht2s82J93AyGBNfq' , domain =>'' },
};