123—45678910111213141516 package WebService::EveOnline::API::Map;our $VERSION = "0.61";HideShow 6 lines of Pod=head2 newStub for Journal API. Stop Pod coverage test complaining.=cutsub new { my ($class, $params) = @_; return bless({}, $class);}1;
package
WebService::EveOnline::API::Map;
our
$VERSION
=
"0.61"
;
=head2 new
Stub for Journal API. Stop Pod coverage test complaining.
=cut
sub
new {
my
(
$class
,
$params
) =
@_
return
bless
({},
);
}
1;