-
-
10 Aug 2022 03:41:28 UTC
- Distribution: SPVM
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (12)
- Testers (149 / 0 / 2)
- Kwalitee
Bus factor: 1- 81.83% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (894.57KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- ExtUtils::CBuilder
- Time::Piece
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Name
SPVM::Short - Short object
Usage
use Short; my $short_object = Short->new(5); my $short_value = $short_object->value;
Description
Short object stores a
short
value.This object is immutable and its value cannot be changed.
Short is automatically loaded just after the program starts.
Fields
value
has value : ro short;
The value.
Class Methods
new
static method new : Short ($value : short)
Create a new Short object with a
short
value.Module Install Instructions
To install SPVM, copy and paste the appropriate command in to your terminal.
cpanm SPVM
perl -MCPAN -e shell install SPVM
For more information on module installation, please visit the detailed CPAN module installation guide.