The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

UNIVERSAL::Acme -- Because it's a METHOD, hoser.

SYNOPSIS

  use UNIVERSAL::Acme;
  UNIVERSAL::thing($obj, 'whatever');  # calls $obj->thing('whatever')

DESCRIPTION

Tired of people who refuse to call functions as methods? Show 'em good with UNIVERSAL::Acme.

SEE ALSO

UNIVERSAL::can, UNIVERSAL::isa, UNIVERSAL::ref.

AUTHOR

Sean O'Rourke, <seano@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2007 by Sean O'Rourke

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