Update default entry link. Handle catch/exit on signal better, faster.

This commit is contained in:
Daniel Nichter
2013-04-09 17:32:43 -06:00
parent 1cb611b574
commit 79c8705f02
2 changed files with 11 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ has 'entry_link' => (
is => 'rw',
isa => 'Str',
required => 0,
default => sub { return 'https://api.tools.percona.com' },
default => sub { return 'https://api-pws.percona.com' },
);
has 'ua' => (