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

Protocol::XMLRPC::Value - a base class for scalar values

SYNOPSIS

    package Protocol::XMLRPC::Value::Boolean;
    use Any::Moose;

    extends 'Protocol::XMLRPC::Value';

    ...

    1;

DESCRIPTION

This is a base class for all scalar types. Used internally.

ATTRIBUTES

value

Hold parameter value.

METHODS

new

Returns new Protocol::XMLRPC::Value instance.

to_string

String representation.

AUTHOR

Viacheslav Tykhanovskyi, vti@cpan.org.

COPYRIGHT

Copyright (C) 2009, Viacheslav Tykhanovskyi.

This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.