logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WebService::CIA::Source - A base class for WebService::CIA sources

Author

       Ian Malpass (ian-cpan@indecorous.com)

Description

       WebService::CIA::Source is a base class for WebService::CIA sources, such as WebService::CIA::Source::DBM
       and WebService::CIA::Source::Web.

       It could be used as a source in its own right, but it won't get you very far.

Methods

       "new()"
           This method creates a new WebService::CIA::Source object. It takes no arguments.

       "value($country_code, $field)"
           Retrieve a value. Always returns "undef".

       "all($country_code)"
           Retrieve all fields and values. Always returns an empty hashref.

Name

       WebService::CIA::Source - A base class for WebService::CIA sources

See Also

       WebService::CIA, WebService::CIA::Parser, WebService::CIA::Source::DBM, WebService::CIA::Source::Web

perl v5.34.0                                       2022-06-28                       WebService::CIA::Source(3pm)

Synopsis

         use WebService::CIA::Source;
         my $source = WebService::CIA::Source->new();

See Also