1*b39c5158Smillertpackage Dummy; 2*b39c5158Smillert 3*b39c5158Smillert# Attempt to emulate a bug with finding the version in Exporter. 4*b39c5158Smillert$VERSION = '5.562'; 5*b39c5158Smillert 6*b39c5158Smillertsub exclaim { "I CAN FROM " . __PACKAGE__ } 7*b39c5158Smillert 8*b39c5158Smillertpackage Dummy::InlineChild; 9*b39c5158Smillert 10*b39c5158Smillertsub exclaim { "I CAN FROM " . __PACKAGE__ } 11*b39c5158Smillert 12*b39c5158Smillert1; 13