X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FNullPackage.pm;fp=t%2Flib%2FNullPackage.pm;h=47dcfda1a14568d72efae58589610240ee87193f;hp=0000000000000000000000000000000000000000;hb=f55d149186ec2daa69216561df88353feaeb2fd9;hpb=5e0a1a003c3b5b322153e5e944a84a23bd9fcf61 diff --git a/t/lib/NullPackage.pm b/t/lib/NullPackage.pm new file mode 100644 index 0000000..47dcfda --- /dev/null +++ b/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; +