Skip Menu |

This queue is for tickets about the Net-LibLO CPAN distribution.

Report information
The Basics
Id: 41573
Status: resolved
Priority: 0/
Queue: Net-LibLO

People
Owner: Nobody in particular
Requestors: bwagner [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: (no value)



Subject: Documentation example issues warnings
The example code: $lo->send( 'osc://localhost:5600/', '/foo/bar', 's', 'Hello World' ); should be written as: $lo->send( 'osc.udp://localhost:5600/', '/foo/bar', 's', 'Hello World' ); In order to avoid the warnings issued when running the example: liblo warning: no protocol specified in URL, assuming UDP.
Thanks for the feedback, I have fixed this in subversion r75. On Tue Dec 09 16:21:28 2008, BWAGNER wrote: Show quoted text
> The example code: > > $lo->send( 'osc://localhost:5600/', '/foo/bar', 's', 'Hello World' ); > > should be written as: > > $lo->send( 'osc.udp://localhost:5600/', '/foo/bar', 's', 'Hello World' ); > > In order to avoid the warnings issued when running the example: > > liblo warning: no protocol specified in URL, assuming UDP.