lib/javonet-ruby-sdk/Binaries/Perl/MacOs/X64/deps/lib/perl5/Sub/Exporter/Util.pm in javonet-ruby-sdk-2.1.6 vs lib/javonet-ruby-sdk/Binaries/Perl/MacOs/X64/deps/lib/perl5/Sub/Exporter/Util.pm in javonet-ruby-sdk-2.1.7
- old
+ new
@@ -1,10 +1,10 @@
use strict;
use warnings;
package Sub::Exporter::Util;
# ABSTRACT: utilities to make Sub::Exporter easier
-$Sub::Exporter::Util::VERSION = '0.989';
+$Sub::Exporter::Util::VERSION = '0.990';
use Data::OptList ();
use Params::Util ();
#pod =head1 DESCRIPTION
#pod
@@ -340,26 +340,26 @@
Sub::Exporter::Util - utilities to make Sub::Exporter easier
=head1 VERSION
-version 0.989
+version 0.990
=head1 DESCRIPTION
This module provides a number of utility functions for performing common or
useful operations when setting up a Sub::Exporter configuration. All of the
utilities may be exported, but none are by default.
=head1 PERL VERSION
-This library should run on perls released even a long time ago. It should work
-on any version of perl released in the last five years.
+This library should run on perls released even a long time ago. It should
+work on any version of perl released in the last five years.
Although it may work on older versions of perl, no guarantee is made that the
minimum required version will not be increased. The version may be increased
-for any reason, and there is no promise that patches will be accepted to lower
-the minimum required perl.
+for any reason, and there is no promise that patches will be accepted to
+lower the minimum required perl.
=head1 THE UTILITIES
=head2 curry_method