Fotango Ltd > Froody-42 > Froody::Invoker::Null

Download:
Froody-42.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source   Latest Release: Froody-42.005

NAME ^

Froody::Invoker::Null - invoker that returns empty responses

SYNOPSIS ^

  use Froody::Invoker::Null;

  my $null = Froody::Invoker::Null->new();
  my $method = Froody::Method->new()
                             ->full_name("fred.bar.baz")
                             ->invoker($null);

DESCRIPTION ^

An Invoker that always returns an empty Froody::Response.

BUGS ^

None known.

Please report any bugs you find via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Froody

AUTHOR ^

Copyright Fotango 2005. All rights reserved.

Please see the main Froody documentation for details of who has worked on this project.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO ^

Froody, Froody::Invoker