App-Glacier
view release on metacpan or search on metacpan
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
lib/App/Glacier/Config.pm view on Meta::CPAN
If B<1>, the value of the setting is an array. Each subsequent occurrence
of the statement appends its value to the end of the array.
=item re => I<regexp>
Defines a regular expression to which must be matched by the value of the
setting, otherwise a syntax error will be reported.
=item select => I<coderef>
Points to a function to be called to decide whether to apply this hash to
a particular configuration setting. The function is called as
&{$coderef}($vref, @path)
where $vref is a reference to the setting (use $vref->{-value}, to obtain
the actual value), and @path is its patname.
=item check => I<coderef>
Defines a code which will be called after parsing the statement in order to
( run in 1.587 second using v1.01-cache-2.11-cpan-de7293f3b23 )