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 Test::More tests => 3;

BEGIN { use_ok('Yahoo::Lifestyle'); }
ok($Yahoo::Lifestyle::VERSION) if $Yahoo::Lifestyle::VERSION or 1;
ok(my $life = Yahoo::Lifestyle->new({ appid => "Ea6oQPHIkY03GklWeauQHWPpPJByMjCDoxRxcW"}));