package Scalar::List::Utils; use strict; use warnings; our $VERSION = "1.68"; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME Scalar::List::Utils - A distribution of general-utility subroutines =head1 SYNOPSIS use Scalar::Util qw(blessed); use List::Util qw(any); =head1 DESCRIPTION C does nothing on its own. It is packaged with several useful modules. =head1 MODULES =head2 L L contains a selection of useful subroutines for operating on lists of values. =head2 L L contains a selection of useful subroutines for interrogating or manipulating scalar values. =head2 L L contains a selection of useful subroutines for interrogating or manipulating subroutine references. =cut