Fix test by backing out 5dbac379d1a478321ca88d3c94c16d32224f8a60
[catagits/Catalyst-Runtime.git] / t / lib / NullPackage.pm
1 package NullPackage;
2 # Do nothing class, there should be no code or symbols defined here..
3 # Loading this works fine in 5.70, but a die was introduced in 5.80 which caused
4 # it to fail. This has been changed to a warning to maintain back-compat.
5 # See Catalyst::Utils::ensure_class_loaded() for more info.
6 1;
7