1List::MoreUtils::PP(3)User Contributed Perl DocumentationList::MoreUtils::PP(3)
2
3
4
6 List::MoreUtils::PP - Provide List::MoreUtils pure Perl implementation
7
9 BEGIN { $ENV{LIST_MOREUTILS_PP} = 1; }
10 use List::MoreUtils qw(:all);
11
13 List::Util
14
16 Jens Rehsack <rehsack AT cpan.org>
17
18 Adam Kennedy <adamk@cpan.org>
19
20 Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
21
23 Some parts copyright 2011 Aaron Crane.
24
25 Copyright 2004 - 2010 by Tassilo von Parseval
26
27 Copyright 2013 - 2017 by Jens Rehsack
28
29 All code added with 0.417 or later is licensed under the Apache
30 License, Version 2.0 (the "License"); you may not use this file except
31 in compliance with the License. You may obtain a copy of the License at
32
33 http://www.apache.org/licenses/LICENSE-2.0
34
35 Unless required by applicable law or agreed to in writing, software
36 distributed under the License is distributed on an "AS IS" BASIS,
37 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
38 implied. See the License for the specific language governing
39 permissions and limitations under the License.
40
41 All code until 0.416 is licensed under the same terms as Perl itself,
42 either Perl version 5.8.4 or, at your option, any later version of Perl
43 5 you may have available.
44
45
46
47perl v5.28.1 2017-12-11 List::MoreUtils::PP(3)