Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SYNOPSIS
# 2. Decrypt the found file (if necessary) read, and parse it
# 3. Throw an exception unless %identity has 'login' and 'token' defined

my %identity = Config::Identity::PAUSE->load;
my %identity = Config::Identity::GitHub->load;
print "login: $identity{login} token: $identity{token}\n";

DESCRIPTION
Expand Down
1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ include_dotfiles = 1

[ExecDir]

[GithubMeta]

[Prereqs / TestRequires]
Test::Most = 0
Expand Down
2 changes: 1 addition & 1 deletion lib/Config/Identity.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GitHub API:
# 2. Decrypt the found file (if necessary) read, and parse it
# 3. Throw an exception unless %identity has 'login' and 'token' defined

my %identity = Config::Identity::PAUSE->load;
my %identity = Config::Identity::GitHub->load;
print "login: $identity{login} token: $identity{token}\n";

=head1 DESCRIPTION
Expand Down