Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
        $o->foo;
        is($warnings[0], $warnings, $name);
    }
    
  2. or download this
    my ($import, $unimport, $init_meta) = Moose::Exporter->build_import_me
    +thods(
        as_is => ['Logger::log_warn']
    );
    sub import { goto &$import }