line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package CDent; |
2
|
1
|
|
|
1
|
|
31312
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
39
|
|
3
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
28
|
|
4
|
|
|
|
|
|
|
|
5
|
1
|
|
|
1
|
|
23
|
use 5.005003; |
|
1
|
|
|
|
|
7
|
|
|
1
|
|
|
|
|
59
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
$CDent::VERSION = '0.01'; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
1; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=encoding utf8 |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
CDent - The C'Dent Runtime for Perl |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 SYNOPSIS |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
use CDent; |
20
|
|
|
|
|
|
|
use C'Dent; |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 DESCRIPTION |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
This is a placeholder module for the C'Dent programming language |
25
|
|
|
|
|
|
|
Perl runtime. |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 AUTHOR |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
Ingy döt Net |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 COPYRIGHT |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
Copyright (c) 2009. Ingy döt Net. |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it |
36
|
|
|
|
|
|
|
under the same terms as Perl itself. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
See http://www.perl.com/perl/misc/Artistic.html |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=cut |