Re: More diffs (right format this time)

2001-08-30 Thread Michael G Schwern
On Thu, Aug 30, 2001 at 02:18:31PM -0400, Joe McMahon wrote: Hmmm. concat.t is wy too basic to use Test::More on it. delete.t is pushing it. die.t and die_exit.t cannot be tested with Test::More since it relies on that functionality. Okay, not a problem. I can clean up the prints

[PATCH pod/perlhack.pod] Yet another improvement to the patching example

2001-08-30 Thread Michael G Schwern
This gives a simpler implementation of ok() that also includes descriptive names. --- pod/perlhack.pod2001/08/28 13:54:34 1.1 +++ pod/perlhack.pod2001/08/30 21:00:31 @@ -1481,13 +1481,12 @@ my $test = 1; sub ok { -my($ok) = @_; +my($ok, $name) = @_;