File Coverage

blib/lib/Catalyst/Runtime.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 10 100.0


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