The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

use strict;
use warnings;

use lib 'lib';
use Test::More;

use Ubic::Credentials;

ok(Ubic::Credentials->new->eq(Ubic::Credentials->new));

done_testing;