App-BarnesNoble-WishListMinder
view release on metacpan or search on metacpan
lib/App/BarnesNoble/WishListMinder.pm view on Meta::CPAN
$have_cookie = 1 if $_[1] eq 'userid'
and $_[4] eq '.barnesandnoble.com'
and $_[8] > $min_expires
});
$have_cookie;
} # end have_user_cookie
#---------------------------------------------------------------------
sub update_wishlists
{
my $self = shift;
my $config = $self->config;
my $m = $self->mech;
# Ensure we can open the database before we start making web requests
$self->dbh;
$self->login unless $self->have_user_cookie;
( run in 0.350 second using v1.01-cache-2.11-cpan-95122f20152 )