Compress-Raw-Bzip2

 view release on metacpan or  search on metacpan

t/Test/More.pm  view on Meta::CPAN

    #         &&
    #     undef

It's also useful in those cases where you are comparing numbers and
is()'s use of C<eq> will interfere:

    cmp_ok( $big_hairy_number, '==', $another_big_hairy_number );

=cut

sub cmp_ok($$$;$) {
    $Test->cmp_ok(@_);
}


=item B<can_ok>

  can_ok($module, @methods);
  can_ok($object, @methods);

Checks to make sure the $module or $object can do these @methods



( run in 0.613 second using v1.01-cache-2.11-cpan-1f129e94a17 )