The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

filename_isnt filename_is ( $got, $expected, $label ); filename_isnt( $got, $expected, $label );

    These functions work just like "is()" and "isnt()" from Test::More, but
    the first two argument will be cleaned up and normalized to Unix-style
    paths using Path::Tiny. This means that ".\foo.txt" will get normalized
    to "foo.txt" and so on.

SEE ALSO * perlport

    *   File::Spec

    *   Path::Tiny

    *   Test::More

SUPPORT Bugs / Feature Requests Please report any bugs or feature requests through the issue tracker at <https://github.com/dagolden/test-filename/issues>. You will be notified automatically of any progress on your issue.

  Source Code
    This is open source software. The code repository is available for
    public review and contribution under the terms of the license.

    <https://github.com/dagolden/test-filename>

      git clone git://github.com/dagolden/test-filename.git

AUTHOR David A. Golden <dagolden@cpan.org>

COPYRIGHT AND LICENSE This software is Copyright (c) 2007 by David A. Golden.

    This is free software, licensed under:

      The Apache License, Version 2.0, January 2004