check { content matches qr{fsck.com} };
content should match qr{fsck.com};
ok($mech->content =~ qr{fsck.com});
content matches qr{fsck.com};
content should_match qr{fsck.com};
check { content =~ qr{fsck.com} };
check: content =~ qr{fsck.com};
check( content =~ qr{fsck.com} );any of those better than any others?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ jifty-devel mailing list [email protected] http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
