File Coverage

blib/lib/Catalyst/Base.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Catalyst::Base;
2              
3 48     48   695 use strict;
  48         441  
  48         704  
4 48     48   727 use base qw/Catalyst::Controller/;
  48         476  
  48         700  
5              
6             1;
7              
8             __END__
9            
10             =head1 NAME
11            
12             Catalyst::Base - Deprecated base class
13            
14             =head1 DESCRIPTION
15            
16             This used to be the base class for Catalyst Controllers. It
17             remains here for compability reasons.
18            
19             =head1 SEE ALSO
20            
21             L<Catalyst>, L<Catalyst::Controller>.
22            
23             =head1 AUTHOR
24            
25             Sebastian Riedel, C<sri@cpan.org>
26             Marcus Ramberg, C<mramberg@cpan.org>
27             Matt S Trout, C<mst@shadowcatsystems.co.uk>
28            
29             =head1 COPYRIGHT
30            
31             This program is free software, you can redistribute it and/or modify it under
32             the same terms as Perl itself.
33            
34             =cut