Remember to add deprecation notice
[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
10This is almost certainally a bad idea, as Catalyst::Engine::HTTP
11has been removed in this version of Catalyst.
12
13Please update your application's scripts with:
14
15 catalyst.pl -force -scripts MyApp
16
17to update your scripts to not do this.\n");
18
5cb939e8 191;
20
21# This is here only as some old generated scripts require Catalyst::Engine::HTTP
22
23