Your IP : 216.73.216.1


Current Path : /lib64/perl5/vendor_perl/Prima/
Upload File :
Current File : //lib64/perl5/vendor_perl/Prima/noARGV.pm

# Initializes Prima so that it skips parsing @ARGV;
use strict;
use warnings;
no warnings 'once';
push @Prima::preload, 'noargv';
1;