tagged release 0.6.4
[parrot.git] / t / steps / gen_languages-01.t
blob3e0ca260c5167e504a760e3b6ab422d0ab84ed38
1 #! perl
2 # Copyright (C) 2007, The Perl Foundation.
3 # $Id$
4 # gen_languages-01.t
6 use strict;
7 use warnings;
8 use Test::More tests =>  2;
9 use Carp;
10 use lib qw( lib );
11 use_ok('config::gen::languages');
13 =for hints_for_testing Consider testing the content of the files which
14 the POD claims the module creates.
16 =cut
18 pass("Completed all tests in $0");
20 ################### DOCUMENTATION ###################
22 =head1 NAME
24 gen_languages-01.t - test config::gen::languages
26 =head1 SYNOPSIS
28     % prove t/steps/gen_languages-01.t
30 =head1 DESCRIPTION
32 The files in this directory test functionality used by F<Configure.pl>.
34 The tests in this file test subroutines exported by config::gen::languages.
36 =head1 AUTHOR
38 James E Keenan
40 =head1 SEE ALSO
42 config::gen::languages, F<Configure.pl>.
44 =cut
46 # Local Variables:
47 #   mode: cperl
48 #   cperl-indent-level: 4
49 #   fill-column: 100
50 # End:
51 # vim: expandtab shiftwidth=4: