Make lc/uc/lcfirst/ucfirst warn when passed undef.
[p5sagit/p5-mst-13.2.git] / t / lib / Dummy.pm
1 package Dummy;
2
3 # Attempt to emulate a bug with finding the version in Exporter.
4 $VERSION = '5.562';