Ref::Util::XS

Ref::Util::XS - XS implementation of Ref::Util

Latest version: 0.117 registry icon
Maintenance score
0
Safety score
0
Popularity score
13
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.117 0 0 0 0 0
0.116 0 0 0 0 0
0.115 0 0 0 0 0
0.114 0 0 0 0 0

Stability
Latest release:

0.117 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



NAME

Ref::Util::XS - XS implementation for Ref::Util

VERSION

version 0.117

SYNOPSIS

use Ref::Util;
# Don't use Ref::Util::XS directly!

if (is_arrayref($something) {
    print for @$something;
}
elsif (is_hashref($something)) {
    print for sort values %$something;
}

DESCRIPTION

Ref::Util::XS is the XS implementation of Ref::Util, which provides several functions to help identify references in a more convenient way than the usual approach of examining the return value of ref.

You should use Ref::Util::XS by installing Ref::Util itself: if the system you install it on has a C compiler available, Ref::Util::XS will be installed and used automatically, providing a significant speed boost to everything that uses Ref::Util.

See Ref::Util for full documentation of the available functions.

THANKS

The following people have been invaluable in their feedback and support.

  • Yves Orton
  • Steffen Müller
  • Jarkko Hietaniemi
  • Mattia Barbon
  • Zefram
  • Tony Cook
  • Sergey Aleynikov

AUTHORS AND MAINTAINERS

  • Aaron Crane
  • Vikentiy Fesunov
  • Sawyer X
  • Gonzalo Diethelm
  • Karen Etheridge
  • Graham Knop
  • p5pclub

LICENSE

This software is made available under the MIT Licence as stated in the accompanying LICENSE file.

AUTHORS

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Sawyer X.

This is free software, licensed under:

The MIT (X11) License