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