-
-
26 Mar 2016 01:14:11 UTC
- Distribution: NetAddr-IP
- Module version: 1
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (10)
- Testers (9436 / 133 / 0)
- Kwalitee
Bus factor: 0- 53.04% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (208.88KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
NetAddr::IP::Util_IS - Tell about Pure Perl
SYNOPSIS
use NetAddr::IP::Util_IS; $rv = NetAddr::IP::Util_IS->pure; $rv = NetAddr::IP::Util_IS->not_pure;
DESCRIPTION
Util_IS indicates whether or not NetAddr::IP::Util was compiled in Pure Perl mode.
$rv = NetAddr::IP::Util_IS->pure;
Returns true if PurePerl mode, else false.
$rv = NetAddr::IP::Util_IS->not_pure;
Returns true if NOT PurePerl mode, else false
Module Install Instructions
To install NetAddr::IP, copy and paste the appropriate command in to your terminal.
cpanm NetAddr::IP
perl -MCPAN -e shell install NetAddr::IP
For more information on module installation, please visit the detailed CPAN module installation guide.