Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings FATAL => 'all';
    ...
    # FAILS!
    ok(UNIVERSAL::can($c, 'id'), 'c can id (via UNIVERSAL::can');