CDent - The C'Dent Runtime for Perl


CDent documentation Contained in the CDent distribution.

Index


Code Index:

NAME

Top

CDent - The C'Dent Runtime for Perl

SYNOPSIS

Top

    use CDent;
    use C'Dent;

DESCRIPTION

Top

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

AUTHOR

Top

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

COPYRIGHT

Top


CDent documentation Contained in the CDent distribution.

package CDent;
use strict;
use warnings;

use 5.005003;

$CDent::VERSION = '0.01';

1;