FreeBSD Manual Pages
BZ::Client::Bugzilla(3User Contributed Perl DocumentatiBZ::Client::Bugzilla(3) NAME BZ::Client::Bugzilla - Provides information about the Bugzilla server. This class provides methods for accessing information about the Bugzilla servers installation. SYNOPSIS my $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 METHODS This section lists the class methods, which are available in this module. extensions my $extensions = BZ::Client::Bugzilla->extensions($client); Returns a hash ref with information about the Bugzilla servers extensions. time my $time = BZ::Client::Bugzilla->time($client); Returns a hash ref with information about the Bugzilla servers local time. timezone my $timezone = BZ::Client::Bugzilla->timezone($client); Returns the Bugzilla servers timezone as a numeric value. This method is deprecated: Use "time" instead. version my $version = BZ::Client::Bugzilla->version($client); Returns the Bugzilla servers version. SEE ALSO L<BZ::Client>, L<BZ::Client::API> perl v5.32.1 2009-06-23 BZ::Client::Bugzilla(3)
NAME | SYNOPSIS | CLASS METHODS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=BZ::Client::Bugzilla&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>