| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package HTML::Mason; |
|
2
|
|
|
|
|
|
|
# Copyright (c) 1998-2005 by Jonathan Swartz. All rights reserved. |
|
3
|
|
|
|
|
|
|
# This program is free software; you can redistribute it and/or modify it |
|
4
|
|
|
|
|
|
|
# under the same terms as Perl itself. |
|
5
|
|
|
|
|
|
|
$HTML::Mason::VERSION = '1.58'; |
|
6
|
32
|
|
|
32
|
|
986
|
use 5.006; |
|
|
32
|
|
|
|
|
112
|
|
|
7
|
|
|
|
|
|
|
|
|
8
|
32
|
|
|
32
|
|
11011
|
use HTML::Mason::Interp; |
|
|
32
|
|
|
|
|
101
|
|
|
|
32
|
|
|
|
|
2042
|
|
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
sub version |
|
11
|
|
|
|
|
|
|
{ |
|
12
|
0
|
|
|
0
|
0
|
|
return $HTML::Mason::VERSION; |
|
13
|
|
|
|
|
|
|
} |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
1; |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
# ABSTRACT: High-performance, dynamic web site authoring system |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
__END__ |