The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

LCC::UNS - connection to a Update Notification Server

SYNOPSIS

 use LCC;
 $LCC = LCC->new( | {method => value} );
 $uns = $LCC->UNS( server:port | server, | {method => value} );

DESCRIPTION

The UNS object of the Perl support for LCC. Do not create directly, but through the UNS method of the LCC object.

METHODS

These methods are available to the LCC::UNS object.

AUTHOR

Elizabeth Mattijsen, <liz@dijkmat.nl>.

Please report bugs to <perlbugs@dijkmat.nl>.

COPYRIGHT

Copyright (c) 2002 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

http://lococa.sourceforge.net.org, the LCC.pm and the other LCC::xxx modules.