Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#8681 closed task (fixed)
Use string for protocol version
| Reported by: | Raymond Wagner | Owned by: | beirdo |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.24 |
| Component: | Bindings - Perl | Version: | Master Head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Following the issues with the -fixes protocol bump in r25364, ensure all official users of the backend protocol are using a string value, to allow some better flexibility in versioning, in case of future repeats.
Change History (2)
Note:
See TracTickets
for help on using tickets.

(In [25392]) Make the perl bindings explicitly treat the protocol version as a string. This is more of a comment change than anything else as comparison of integer to string works well in perl regardless.
Fixes #8681