Balík: libtest-filename-perl (0.03-2)
Odkazy pre libtest-filename-perl
Zdroje Debian:
Stiahnuť zdrojový balík libtest-filename-perl:
- [libtest-filename-perl_0.03-2.dsc]
- [libtest-filename-perl_0.03.orig.tar.gz]
- [libtest-filename-perl_0.03-2.debian.tar.xz]
Správcovia:
Externé zdroje:
- Domovská stránka [metacpan.org]
Podobné balíky:
portable filename comparison
Many cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests.
my $file = get_file(); # returns "foo\bar.t"; is( $file, "foo/bar.t" ); # fails on Win32
Test::Filename provides some handy functions to convert all those path separators automatically so filename tests will just DWIM.
The alternative is to write your own utility subroutine and use it everywhere or just keep on littering your test code with calls to File::Spec -- yuck!
is( $file, File::Spec->canonpath("some/path"), "should pass" );
Since this module is so simple, you might not think it worth including as a dependency. After all, it's not that hard to always remember to use File::Spec, Path::Tiny or some other file utility, right? But odds are that, at some point, you'll be so busy writing tests that you'll forget and hard-code a path in your haste to show what a clever programmer you are.
So just use this module and stop worrying about it. You'll be happier and so will anyone trying to install your modules on Win32.
Ostatné balíky súvisiace s balíkom libtest-filename-perl
|
|
|
|
-
- dep: libpath-tiny-perl
- nástroj na prácu s cestami k súborom
-
- dep: perl
- Practical Extraction and Report Language od Larryho Walla
-
- dep: sgml-base (>= 1.28)
- SGML infraštruktúra a podpora súborov katalógov SGML
Stiahnuť libtest-filename-perl
Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
---|---|---|---|
all | 11.7 kB | 30.0 kB | [zoznam súborov] |