UNIVERSAL::can
--------------

Version 1.12, Sat Apr  1 06:14:06 UTC 2006

This module attempts to work around people calling UNIVERSAL::can() as a
function, which it is not.

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    perl ./Build
    perl ./Build test
    perl ./Build install

There is also a Makefile.PL, but I don't use it.

COPYRIGHT AND LICENCE

Copyright (C) 2005 - 2006 chromatic

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