1*b39c5158Smillertpackage HAS_ATTACH; 2*b39c5158Smillert 3*b39c5158Smillertsub STORABLE_attach { 4*b39c5158Smillert ++$attached_count; 5*b39c5158Smillert return bless [], 'HAS_ATTACH'; 6*b39c5158Smillert} 7*b39c5158Smillert 8*b39c5158Smillert++$loaded_count; 9*b39c5158Smillert 10*b39c5158Smillert1; 11