1Devel::Cover::Util(3) User Contributed Perl DocumentationDevel::Cover::Util(3)
2
3
4
6 Devel::Cover::Util - Utility subroutines for Devel::Cover
7
9 version 1.03
10
12 use Devel::Cover::Util "remove_contained_paths";
13
15 This module utility subroutines for Devel::Cover.
16
18 remove_contained_paths
19 @Inc = remove_contained_paths(getcwd, @Inc);
20
21 Remove certain paths from a list of paths.
22
24 Huh?
25
27 Copyright 2001-2013, Paul Johnson (paul@pjcj.net)
28
29 This software is free. It is licensed under the same terms as Perl
30 itself.
31
32 The latest version of this software should be available from my
33 homepage: http://www.pjcj.net
34
35
36
37perl v5.16.3 2013-05-20 Devel::Cover::Util(3)