Test::Symlink - Test::Builder based test for symlink correctness


Test-Symlink documentation  | view source Contained in the Test-Symlink distribution.

Index


NAME

Top

Test::Symlink - Test::Builder based test for symlink correctness

VERSION

Top

Version 0.02

SYNOPSIS

Top

    use Test::Symlink tests => 3;

    symlink_ok('foo', 'bar', 'foo links to bar');
    symlink_ok('foo' => 'bar', 'Use fat comma for visual clarity');

    # The test name is optional
    symlink_ok('foo' => 'bar') # ok 3 - Symlink: foo -> bar

Test::Symlink automatically exports symlink_ok() for testing the correctness of symlinks. Test::Symlink uses Test::Builder, so plays nicely with Test::Simple, Test::More, and other Test::Builder based modules.

FUNCTIONS

Top

AUTHOR

Top

Nik Clayton, <nik@FreeBSD.org>

BUGS

Top

Please report any bugs or feature requests to bug-test-symlink@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Symlink. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Top


Test-Symlink documentation  | view source Contained in the Test-Symlink distribution.