Viewing File: /usr/local/cpanel/3rdparty/perl/536/cpanel-lib/x86_64-linux/B/C/Std.pm

package B::C::Std;

use strict;

sub import {

    # comp/use.t is blocking feature.pm... we can safely load it from this point
    delete $INC{'feature.pm'} if defined $INC{'feature.pm'} && $INC{'feature.pm'} !~ m{/} && !-e $INC{'feature.pm'};
    require feature;
    feature->import(':5.36');

    return;
}

1;
Back to Directory File Manager