#!perl -w package version::vxs; use v5.10; use strict; our $VERSION = 0.9924; 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;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Internals.pod | File | 24.44 KB | 0444 |
|
regex.pm | File | 3.98 KB | 0444 |
|
vpp.pm | File | 21.35 KB | 0444 |
|
vxs.pm | File | 484 B | 0444 |
|