On Fri, 15 Jul 2005 02:57:05 -0700, Michael G Schwern <[EMAIL PROTECTED]> wrote:
> 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" ); Do I apply the patch, or do you have enough tuits to re-submit with like's? -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using Perl 5.6.2, 5.8.0, 5.8.5, & 5.9.2 on HP-UX 10.20, 11.00 & 11.11, AIX 4.3 & 5.2, SuSE 9.2 & 9.3, and Cygwin. http://www.cmve.net/~merijn Smoking perl: http://www.test-smoke.org, perl QA: http://qa.perl.org reports to: [EMAIL PROTECTED], [email protected]
