# Copyright 2010 Kevin Ryde.

# This file is part of miscbits-el.
#
# miscbits-el is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3, or (at your option) any later
# version.
#
# miscbits-el is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with miscbits-el; see the file COPYING.  Failing that, go to
# <http://www.gnu.org/licenses/>.


eval (progn (compilation-mode) (font-lock-mode 1))
to see this file match-ized 


-------------------------------------------------------------------------------
harness test output 5.8.8 with Test::Harness 2.26
    perl -MExtUtils::Command::MM -e "test_harness(0)" d-compilation-perl.t

d-compilation-perl....NOK 1# Failed test 1 in d-compilation-perl.t at line 27
#  d-compilation-perl.t line 27 is: ok(0);
d-compilation-perl....NOK 2# Test 2 got: '123' (d-compilation-perl.t at line 28)
#   Expected: '456'
#  d-compilation-perl.t line 28 is: ok(123,456);
d-compilation-perl....NOK 3# Test 3 got: '99' (d-compilation-perl.t at line 29)
#   Expected: '88' (my test name)
#  d-compilation-perl.t line 29 is: ok(99,88,'my test name');
d-compilation-perl....FAILED tests 1-3
	Failed 3/1 tests, -200.00% okay
Failed Test          Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
d-compilation-perl.t                1    5 500.00%  1-3
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
