line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Text::PSP::Generated::t::templates::includes_psp; |
2
|
1
|
|
|
1
|
|
8
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
47
|
|
3
|
1
|
|
|
1
|
|
718
|
use Text::PSP::Template; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
31
|
|
4
|
1
|
|
|
1
|
|
6
|
use vars qw(@ISA); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
154
|
|
5
|
|
|
|
|
|
|
@ISA = qw(Text::PSP::Template); |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
# this file was generated by Text::PSP::Parser |
8
|
1
|
|
|
1
|
|
2
|
sub run { my @o; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
#line 1 t/templates/includes.psp |
11
|
|
|
|
|
|
|
my $self = shift; |
12
|
|
|
|
|
|
|
#line 1 t/templates//parsetime_include.psp |
13
|
|
|
|
|
|
|
push @o,'Parsetime ', 'include' ,' |
14
|
|
|
|
|
|
|
'; |
15
|
|
|
|
|
|
|
#line 1 t/templates/includes.psp |
16
|
|
|
|
|
|
|
push @o, $self->include("runtime_include1.psp") , $self->include("runtime_include2.psp",'a','b','c') ,' |
17
|
|
|
|
|
|
|
'; |
18
|
|
|
|
|
|
|
return \@o;} |
19
|
|
|
|
|
|
|
1 |