UNIVERSAL::can -------------- Version 1.14, Fri Jun 12 2009 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 $ sudo perl ./Build install There is also a Makefile.PL, but I don't use it. COPYRIGHT AND LICENCE Copyright (C) 2005 - 2009 chromatic This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.