line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package # Hide from PAUSE |
2
|
|
|
|
|
|
|
Catalyst::Engine::HTTP; |
3
|
1
|
|
|
1
|
|
944
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
34
|
|
4
|
1
|
|
|
1
|
|
11
|
use warnings; |
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
28
|
|
5
|
|
|
|
|
|
|
|
6
|
1
|
|
|
1
|
|
8
|
use base 'Catalyst::Engine'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
221
|
|
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
|
|
|
|
|
|
|
__END__ |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 NAME |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Catalyst::Engine::HTTP - removed module |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 SYNOPSIS |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
See L<Catalyst>. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 DESCRIPTION |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
This is here only as some old generated scripts require Catalyst::Engine::HTTP |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 AUTHORS |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
Catalyst Contributors, see Catalyst.pm |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=head1 COPYRIGHT |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
This library is free software. You can redistribute it and/or modify it under |
42
|
|
|
|
|
|
|
the same terms as Perl itself. |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=cut |