X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=68632c5d881ac18e71e84a07ae35a64c5711ec45;hb=2ad9946d0bfdb91a044ae39bfbde7cfe02aafd30;hp=f298ad89aea29191104ff153ac061da24a009faa;hpb=31657cf67cafc592ff70e7b0eb83ef26d7ec0a4d;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index f298ad8..68632c5 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -1082,7 +1082,18 @@ use strict; use warnings; use Getopt::Long; use Pod::Usage; -use Catalyst::Helper; +eval "use Catalyst::Devel;"; + +if ($@) { + die <