# $Id: WikiRunner.pm,v 1.4 2005/04/27 14:54:16 tonyb Exp $ # # Copyright (c) 2002-2005 Cunningham & Cunningham, Inc. # Released under the terms of the GNU General Public License version 2 or later. # # Perl translation by Dave W. Smith # Modified by Tony Byrne package Test::C2FIT::WikiRunner; use base 'Test::C2FIT::FileRunner'; use strict; 1;