Skip to content

Commit

Permalink
r17876@windhund: schwern | 2006-09-04 03:23:07 -0400
Browse files Browse the repository at this point in the history
     - _print_diag() accidentally leaked into the public documentation.
       It is a private method.
  • Loading branch information
schwern committed Sep 4, 2006
1 parent ab9a503 commit 431f579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"use Test::More tests => $num_tests" (Thanks Eric Wilhelm)
- Minor fix for a test failure in is_deeply_fail for some Windows
users. Not a real bug. [rt.cpan.org 21310]
- _print_diag() accidentally leaked into the public documentation.
It is a private method.

0.64 Sun Jul 16 02:47:29 PDT 2006
* 0.63's change to test_fail() broke backwards compatibility. They
Expand Down
3 changes: 3 additions & 0 deletions lib/Test/Builder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1182,13 +1182,16 @@ sub _print {
print $fh $msg;
}

=begin private
=item B<_print_diag>
$Test->_print_diag(@msg);
Like _print, but prints to the current diagnostic filehandle.
=end private
=cut

sub _print_diag {
Expand Down

0 comments on commit 431f579

Please sign in to comment.