table of contents
other versions
- Tumbleweed 1.510.0-1.1
- Leap-16.0
- Leap-15.6
| Devel::Cover::Util(3) | User Contributed Perl Documentation | Devel::Cover::Util(3) |
NAME¶
Devel::Cover::Util - Utility subroutines for Devel::Cover
VERSION¶
version 1.51
SYNOPSIS¶
use Devel::Cover::Util "remove_contained_paths";
DESCRIPTION¶
This module utility subroutines for Devel::Cover.
SUBROUTINES¶
remove_contained_paths¶
@Inc = remove_contained_paths(getcwd, @Inc);
Remove certain paths from a list of paths.
BUGS¶
Huh?
LICENCE¶
Copyright 2001-2025, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
The latest version of this software should be available from my homepage: https://pjcj.net
| 2025-08-22 | perl v5.42.0 |