#!/usr/bin/perl -w -T
# ID:       $Id$
# Revision: $Revision$
# Head URL: $HeadURL$
# Date:     $Date$
# Source:   $Source$

use warnings;
use strict;
use CipUX::Cfg::Client;

use version; our $VERSION = qv('3.4.0.9');

my $cfgc = CipUX::Cfg::Client->new;
$cfgc->run;

exit 0;
__END__

=pod

=for stopwords CipUX STDOUT TODO Kuelker

=head1 NAME

cipux_configuration - prints CipUX configuration values

=head1 VERSION

version 3.4.0.9

=head1 SYNOPSIS

     cipux_configuration

=head1 OPTIONS

None

=head1 REQUIRED ARGUMENTS

None

=head1 ARGUMENTS

None

=head1 USAGE

 cipux_configuration

=head1 DESCRIPTION

Prints CipUX configuration values to STDOUT.

=head1 DIAGNOSTICS

TODO

=head1 EXIT STATUS

TODO

=head1 CONFIGURATION

None

=head1 DEPENDENCIES

Carp
CipUX
YAML::Any
version

=head1 INCOMPATIBILITIES

Not known.

=head1 BUGS AND LIMITATIONS

Not known.

=head1 SEE ALSO

See the CipUX web page and the manual at L<http://www.cipux.org>

See the mailing list L<http://sympa.cipworx.org/wws/info/cipux-devel>

=head1 AUTHOR

Christian Kuelker  E<lt>christian.kuelker@cipworx.orgE<gt>

=head1 LICENSE AND COPYRIGHT

Copyright (C) 2009 - 2010 by Christian Kuelker

This program 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 2, or (at
your option) any later version.

This program 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 this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA

=cut

