|
NAMEBZ::Client::Bugzilla - Provides information about the Bugzilla server. This class provides methods for accessing information about the Bugzilla servers installation. SYNOPSISmy $client = BZ::Client->new("url" => $url, "user" => $user, "password" => $password); my $extensions = BZ::Client::Bugzilla->extensions($client); my $time = BZ::Client::Bugzilla->time($client); my $version = BZ::Client::Bugzilla->version($client); CLASS METHODSThis section lists the class methods, which are available in this module.extensionsmy $extensions = BZ::Client::Bugzilla->extensions($client); Returns a hash ref with information about the Bugzilla servers extensions. timemy $time = BZ::Client::Bugzilla->time($client); Returns a hash ref with information about the Bugzilla servers local time. timezonemy $timezone = BZ::Client::Bugzilla->timezone($client); Returns the Bugzilla servers timezone as a numeric value. This method is deprecated: Use "time" instead. versionmy $version = BZ::Client::Bugzilla->version($client); Returns the Bugzilla servers version. SEE ALSOL<BZ::Client>, L<BZ::Client::API>
Visit the GSP FreeBSD Man Page Interface. |