# 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 


-------------------------------------------------------------------------------
raw test output,
    perl ../devel/d-compilation-perl.t

1..1
# Running under perl version 5.008004 for linux
# Current time local: Thu Feb 18 16:49:46 2010
# Current time GMT:   Thu Feb 18 05:49:46 2010
# Using Test.pm version 1.24
not ok 1
# Failed test 1 in ../devel/d-compilation-perl.t at line 27
#  ../devel/d-compilation-perl.t line 27 is: ok(0);
not ok 2
# Test 2 got: '123' (../devel/d-compilation-perl.t at line 28)
#   Expected: '456'
#  ../devel/d-compilation-perl.t line 28 is: ok(123,456);
not ok 3
# Test 3 got: '99' (../devel/d-compilation-perl.t at line 29)
#   Expected: '88' (my test name)
#  ../devel/d-compilation-perl.t line 29 is: ok(99,88,'my test name');
