Apache-SiteConfig

 view release on metacpan or  search on metacpan

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

115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
#line 431
 
sub unlike ($$;$) {
    my $tb = Test::More->builder;
 
    return $tb->unlike(@_);
}
 
#line 476
 
sub cmp_ok($$$;$) {
    my $tb = Test::More->builder;
 
    return $tb->cmp_ok(@_);
}
 
#line 511
 
sub can_ok ($@) {
    my( $proto, @methods ) = @_;
    my $class = ref $proto || $proto;



( run in 0.237 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )