Package: libparse-http-useragent-perl / 0.39-3

Metadata

Package Version Patches format
libparse-http-useragent-perl 0.39-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
new version.pm.patch | (download)

lib/Parse/HTTP/UserAgent.pm | 7 7 + 0 - 0 !
t/data/robot/1 | 2 1 + 1 - 0 !
2 files changed, 8 insertions(+), 1 deletion(-)

 replace _ with .
 version->numify() doesn't treat underscores as a
 tuple separator anymore but simply ignores them.
 .
 - raw version: 1.6.0_21
 - old version->numify: 1.006000_021
 - new version->numify: 1.006021
 .
 By converting underscores to dots we get 1.006021 consistently independent
 of the version of version.pm.