The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package CDent;
use strict;
use warnings;

use 5.005003;

$CDent::VERSION = '0.01';

1;

=encoding utf8

=head1 NAME

CDent - The C'Dent Runtime for Perl

=head1 SYNOPSIS

    use CDent;
    use C'Dent;

=head1 DESCRIPTION

This is a placeholder module for the C'Dent programming language
Perl runtime.

=head1 AUTHOR

Ingy döt Net <ingy@cpan.org>

=head1 COPYRIGHT

Copyright (c) 2009. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html

=cut