# Perl 5.005 apparently has a problem with 'use constant' subs not being # recognized properly, so we add some gunk to force perl to recognize them as subs. # Also, the n/a* template was added to unpack in 5.6, so we roll our own version of # that. It also seems to have weird issues with four-argument substr. package Net::OSCAR::OldPerl; 1;