SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Test-Filename rpm build for : OpenSuSE. For other distributions click perl-Test-Filename.

Name : perl-Test-Filename
Version : 0.03 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2023-07-20 16:30:25
Group : Development/Libraries/Perl Source RPM : perl-Test-Filename-0.03-lp155.1.1.src.rpm
Size : 0.02 MB
Packager : https://www_suse_com/
Summary : Portable filename comparison
Description :
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

This simple module 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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Test-Filename-0.03-lp155.1.1.noarch.rpm
     

Provides :
perl(Test::Filename)
perl-Test-Filename

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Path::Tiny)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/Filename.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-Filename
/usr/share/doc/packages/perl-Test-Filename/CONTRIBUTING
/usr/share/doc/packages/perl-Test-Filename/Changes
/usr/share/doc/packages/perl-Test-Filename/README
/usr/share/doc/packages/perl-Test-Filename/Todo
/usr/share/doc/packages/perl-Test-Filename/examples
/usr/share/doc/packages/perl-Test-Filename/examples/simple.t
/usr/share/licenses/perl-Test-Filename
/usr/share/licenses/perl-Test-Filename/LICENSE
/usr/share/man/man3/Test::Filename.3pm.gz

 
ICM