1 # Copyright (C) 2001-2003, Parrot Foundation.
6 t/configure/testlib/init/kappa.pm - Module used in configuration tests
10 Nonsense module used only in testing the configuration system.
18 use base
qw(Parrot::Configure::Step);
23 $data{description
} = 'Determining if your computer does kappa';
30 my ( $self, $conf ) = @_;
38 # cperl-indent-level: 4
41 # vim: expandtab shiftwidth=4: