-
-
23 May 2018 14:29:30 UTC
- Distribution: Tie-BoundedInteger
- Module version: 1.005
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (881 / 0 / 1)
- Kwalitee
Bus factor: 1- 27.59% Coverage
- License: artistic_2
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (8.32KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Tie::BoundedInteger - Limit the magnitude of a number in a scalar
SYNOPSIS
use v5.10.1; use Tie::BoundedInteger; tie my $bounded, 'Tie::BoundedInteger', $min, $max;
DESCRIPTION
You use
Tie::BoundedInteger
limits the magnitude of a scalar by using thetie
mechanism. This is mostly a demonstration module that shows howtie
works.SOURCE AVAILABILITY
This module is on Github:
https://github.com/briandfoy/tie-boundedinteger
AUTHOR
brian d foy,
<bdfoy@cpan.org>
COPYRIGHT AND LICENSE
Copyright © 2005-2018, brian d foy <bdfoy@cpan.org>. All rights reserved. This software is available under the terms of the Artistic License 2.0.
Module Install Instructions
To install Tie::BoundedInteger, copy and paste the appropriate command in to your terminal.
cpanm Tie::BoundedInteger
perl -MCPAN -e shell install Tie::BoundedInteger
For more information on module installation, please visit the detailed CPAN module installation guide.