fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / config / gen / config_pm / Config_pm.in
blob00a64e8a8dfb5c9f5d61480f5fcafcc2113d55f7
1 # Copyright (C) 2002-2009, Parrot Foundation.
2 # $Id$
4 =head1 NAME
6 Parrot::Config::Generated - Parrot Generated Configuration Data
8 =head1 DESCRIPTION
10 This file is generated by F<config/gen/config_pm.pm> from
11 F<config/gen/config_pm/Config_pm.in>. It contains the C<%PConfig> hash which
12 is used by F<lib/Parrot/Config.pm>.
14 =cut
16 package Parrot::Config::Generated;
18 use strict;
19 use warnings;
20 use vars qw(%PConfig %PConfig_Temp);
23 @PCONFIG@
25 @PCONFIGTEMP@
30 # Local Variables:
31 #   mode: cperl
32 #   cperl-indent-level: 4
33 #   fill-column: 100
34 # End:
35 # vim: expandtab shiftwidth=4: