File: NullPackage.pm

package info (click to toggle)
libcatalyst-engine-apache-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,040 kB
  • ctags: 667
  • sloc: perl: 6,344; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
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;