Name : perl-Path-FindDev
| |
Version : 0.5.3
| Vendor : openSUSE
|
Release : bp154.1.17
| Date : 2022-05-09 11:24:41
|
Group : Development/Libraries/Perl
| Source RPM : perl-Path-FindDev-0.5.3-bp154.1.17.src.rpm
|
Size : 0.04 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Find a development path somewhere in an upper hierarchy
|
Description :
This package is mostly a glue layer around \'Path::IsDev\' with a few directory walking tricks.
use Path::FindDev qw( find_dev );
if ( my $root = find_dev(\'/some/path/to/something/somewhere\')) { print \"development root = $root\"; } else { print \"No development root :(\"; }
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/standard/noarch |