Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
11be7258
Commit
11be7258
authored
Oct 05, 2006
by
wurblzap%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 351178 renamed Bugzilla.get_version to Bugzilla.version and omitted
updating this.
parent
3203f6c2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bz_webservice_demo.pl
contrib/bz_webservice_demo.pl
+2
-2
No files found.
contrib/bz_webservice_demo.pl
View file @
11be7258
...
@@ -138,12 +138,12 @@ my $proxy = XMLRPC::Lite->proxy($Bugzilla_uri,
...
@@ -138,12 +138,12 @@ my $proxy = XMLRPC::Lite->proxy($Bugzilla_uri,
=head2 Checking Bugzilla's version
=head2 Checking Bugzilla's version
To make sure the Bugzilla you're connecting to supports the methods you wish to
To make sure the Bugzilla you're connecting to supports the methods you wish to
call, you may want to compare the result of C<Bugzilla.
get_
version> to the
call, you may want to compare the result of C<Bugzilla.version> to the
minimum required version your application needs.
minimum required version your application needs.
=cut
=cut
$soapresult
=
$proxy
->
call
(
'Bugzilla.
get_
version'
);
$soapresult
=
$proxy
->
call
(
'Bugzilla.version'
);
_die_on_fault
(
$soapresult
);
_die_on_fault
(
$soapresult
);
print
'Connecting to a Bugzilla of version '
.
$soapresult
->
result
()
.
".\n"
;
print
'Connecting to a Bugzilla of version '
.
$soapresult
->
result
()
.
".\n"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment