| Current Path : /proc/self/root/proc/8644/root/proc/self/root/proc/self/root/usr/share/perl/5.10.1/ | 
| Current File : //proc/self/root/proc/8644/root/proc/self/root/proc/self/root/usr/share/perl/5.10.1/locale.pm | 
package locale;
our $VERSION = '1.00';
$locale::hint_bits = 0x4;
sub import {
    $^H |= $locale::hint_bits;
}
sub unimport {
    $^H &= ~$locale::hint_bits;
}
1;