X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=trunk%2Ft%2Flib%2FNullPackage.pm;fp=trunk%2Ft%2Flib%2FNullPackage.pm;h=47dcfda1a14568d72efae58589610240ee87193f;hb=e28a6876ad3e11890226e5bab6df4b0725e0981e;hp=0000000000000000000000000000000000000000;hpb=21c94d83082b43028cafcfb18659090b13d832fa;p=catagits%2FCatalyst-Runtime.git diff --git a/trunk/t/lib/NullPackage.pm b/trunk/t/lib/NullPackage.pm new file mode 100644 index 0000000..47dcfda --- /dev/null +++ b/trunk/t/lib/NullPackage.pm @@ -0,0 +1,7 @@ +package NullPackage; +# Do nothing class, there should be no code or symbols defined here.. +# Loading this works fine in 5.70, but a die was introduced in 5.80 which caused +# it to fail. This has been changed to a warning to maintain back-compat. +# See Catalyst::Utils::ensure_class_loaded() for more info. +1; +