Submit
Path:
~
/
/
usr
/
local
/
lib64
/
perl5
/
version
/
File Content:
vxs.pm
#!perl -w package version::vxs; use v5.10; use strict; our $VERSION = 0.9929; our $CLASS = 'version::vxs'; our @ISA; eval { require XSLoader; local $^W; # shut up the 'redefined' warning for UNIVERSAL::VERSION XSLoader::load('version::vxs', $VERSION); 1; } or do { require DynaLoader; push @ISA, 'DynaLoader'; local $^W; # shut up the 'redefined' warning for UNIVERSAL::VERSION bootstrap version::vxs $VERSION; }; # Preloaded methods go here. 1;
Submit
FILE
FOLDER
Name
Size
Permission
Action
Internals.pod
25026 bytes
0444
regex.pm
4072 bytes
0444
vpp.pm
21922 bytes
0444
vxs.pm
484 bytes
0444
N4ST4R_ID | Naxtarrr