# Copyright 2010, 2011 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

# Running under perl version 5.010001 for linux
# Current time local: Thu Feb 18 16:29:48 2010
# Current time GMT:   Thu Feb 18 05:29:48 2010
# Using Test.pm version 1.25_02
not ok 1
# Failed test 1 in d-compilation-perl.t at line 27
#  d-compilation-perl.t line 27 is: ok(0);
not ok 2
# Test 2 got: "123" (d-compilation-perl.t at line 28)
#   Expected: "456"
#  d-compilation-perl.t line 28 is: ok(123,456);
not ok 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');
not ok 6
# Test 6 got: "xx" (devel/d-compilation-perl-2.t at line 33 fail #2)
#   Expected: "yy"

