Package : perl-Test-Filename

Package details

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.


URL: http://search.cpan.org/dist/Test-Filename
License: GPL+ or Artistic

Maintainer: sander85

List of RPMs