line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Catalyst::Runtime; |
2
|
|
|
|
|
|
|
|
3
|
6
|
|
|
6
|
|
687034
|
use strict; |
|
6
|
|
|
|
|
32
|
|
|
6
|
|
|
|
|
181
|
|
4
|
6
|
|
|
6
|
|
39
|
use warnings; |
|
6
|
|
|
|
|
14
|
|
|
6
|
|
|
|
|
170
|
|
5
|
|
|
|
|
|
|
|
6
|
6
|
|
|
6
|
|
532
|
BEGIN { require 5.008003; } |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
our $VERSION = '5.90131'; |
9
|
|
|
|
|
|
|
$VERSION =~ tr/_//d; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Catalyst::Runtime - The Catalyst Framework Runtime |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 SYNOPSIS |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
See L<Catalyst>. |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 DESCRIPTION |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
This is the primary class for the Catalyst-Runtime distribution, version 5.80. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 AUTHORS & COPYRIGHT |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Catalyst Contributors, see Catalyst.pm |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 LICENSE |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This library is free software. You can redistribute it and/or modify it under |
30
|
|
|
|
|
|
|
the same terms as Perl itself. |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=cut |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
1; |