File-Find-Upwards-1.100860.tar.gz
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | File-Find-Upwards-1.100860.tar.gz |
/File-Find-Upwards-1.100860/README
NAME
File::Find::Upwards - Look for a file in the current directory and
upwards
VERSION
version 1.100860
SYNOPSIS
use File::Find::Upwards qw(file_find_upwards);
my $filename = file_find_upwards('myconfig.yaml');
if ($filename) { rand() }
DESCRIPTION
Provides functions that can find a file in the current or a parent
directory.
FUNCTIONS
file_find_u
more»
/File-Find-Upwards-1.100860/t/release-check-changes.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
use Test::More;
eval "use Test::CheckChanges";
plan skip_all => "Test::CheckChanges required for testing changes"
if $@;
ok_changes();
/File-Find-Upwards-1.100860/t/release-dist-manifest.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
use Test::More;
eval "use Test::DistManifest";
plan skip_all => "Test::DistManifest required for testing the manifest"
if $@;
manifest_ok();
/File-Find-Upwards-1.100860/t/release-has-version.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/File-Find-Upwards-1.100860/t/release-kwalitee.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/File-Find-Upwards-1.100860/t/release-meta-yaml.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/File-Find-Upwards-1.100860/t/release-minimum-version.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/File-Find-Upwards-1.100860/t/release-pod-coverage.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
Browse inside File-Find-Upwards-1.100860.tar.gz
Download File-Find-Upwards-1.100860.tar.gz