Assert-Conditional
view release on metacpan or search on metacpan
lib/Assert/Conditional/Utils.pm view on Meta::CPAN
otherwise return its code.
=item C<commify_series>
=item C<dump_exports(@)>
=item C<dump_package_exports($@)>
=item C<UCA(_)>
=item C<UCA1(_)>
=item C<UCA2(_)>
=item C<UCA3(_)>
=item C<UCA4(_)>
=item C<uca_cmp($$)>
=item C<uca1_cmp($$)>
=item C<uca2_cmp($$)>
=item C<uca3_cmp($$)>
=item C<uca4_cmp($$)>
=item C<uca_sort(@)>
Return its argument list sorted alphabetically.
=item C<sig_num2name(I<NUMBER>)>
Returns the name of the signal number, like C<HUP>, C<INT>, etc.
=item C<sig_num2longname($)>
Returns the long name of the signal number, like C<SIGHUP>, C<SIGINT>, etc.
=item sub C<sig_name2num(I<NAME>)>
Returns the signal number corresponding to the passed in name.
=back
=head1 ENVIRONMENT
The C<ASSERT_CONDITIONAL> variable controls the behavior
of the C<botch> function, and also of the the conditional
importing itself.
The C<ASSERT_CONDITIONAL_BUILD_POD> variable is used internally.
=head1 SEE ALSO
The L<Assert::Conditional> module that uses these utilities
and
the L<Exporter::ConditionalSubs> module which that module is based on.
=head1 BUGS AND LIMITATIONS
Probably many. This is an beta release.
=head1 AUTHOR
Tom Christiansen C<< <tchrist@perl.com> >>
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2015-2018 Tom Christiansen C<< <tchrist@perl.com> >>.
All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>.
( run in 1.592 second using v1.01-cache-2.11-cpan-39bf76dae61 )