File Coverage

blib/lib/Catalyst/Engine/HTTP.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package # Hide from PAUSE
2             Catalyst::Engine::HTTP;
3 1     1   1174 use strict;
  1         2  
  1         28  
4 1     1   6 use warnings;
  1         3  
  1         29  
5              
6 1     1   5 use base 'Catalyst::Engine';
  1         3  
  1         156  
7              
8             warn("You are loading Catalyst::Engine::HTTP explicitly.
9              
10             This is almost certainly a bad idea, as Catalyst::Engine::HTTP
11             has been removed in this version of Catalyst.
12              
13             Please update your application's scripts with:
14              
15             catalyst.pl -force -scripts MyApp
16              
17             to update your scripts to not do this.\n") unless $ENV{HARNESS_ACTIVE};
18              
19             1;
20              
21              
22             =head1 NAME
23              
24             Catalyst::Engine::HTTP - removed module
25              
26             =head1 SYNOPSIS
27              
28             See L<Catalyst>.
29              
30             =head1 DESCRIPTION
31              
32             This is here only as some old generated scripts require Catalyst::Engine::HTTP
33              
34             =head1 AUTHORS
35              
36             Catalyst Contributors, see Catalyst.pm
37              
38             =head1 COPYRIGHT
39              
40             This library is free software. You can redistribute it and/or modify it under
41             the same terms as Perl itself.
42              
43             =cut