package WebService::EveOnline::API::Journal; our $VERSION = "0.61"; =head2 new Stub for Journal API. Stop Pod coverage test complaining. =cut sub new { my ($class, $params) = @_; return bless({}, $class); } 1;