Fixed typo in Engine::HTTP warning message
[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
21# This is here only as some old generated scripts require Catalyst::Engine::HTTP
22
23