Submit
Path:
~
/
/
lib64
/
perl5
/
vendor_perl
/
version
/
File Content:
vxs.pm
#!perl -w package version::vxs; use v5.10; use strict; use vars qw(@ISA $VERSION $CLASS ); $VERSION = 0.9907; $CLASS = 'version::vxs'; 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;
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
Internals.pod
25026 bytes
0644
regex.pm
4100 bytes
0644
vpp.pm
22349 bytes
0644
vxs.pm
502 bytes
0644
N4ST4R_ID | Naxtarrr