On Fri, Jul 15, 2005 at 02:32:50AM -0700, Gisle Aas wrote:
+ ok($@ =~ /^The fchmod function is unimplemented at/, "fchmod is
unimplemented");
> + ok($@ =~ /^The fchown function is unimplemented at/, "fchown is
> unimplemented");
> + ok($@ =~ /^The fchdir function is unimplemented at/, "fchdir is
> unimplemented");
Minor nit. Those are better written with like():
like( $@, qr/^The fchdir function is unimplementated at/,
"fchdir is unimplemented" );
--
Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern
You are wicked and wrong to have broken inside and peeked at the
implementation and then relied upon it.
-- tchrist in <[EMAIL PROTECTED]>