Acme-CPANModules-Symlink

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


    Perl provides the "symlink" builtin.

    Setup::File::Symlink can create/fix/delete symlink. Part of the Setup
    module family, the functions in this module are idempotent with
    transaction/undo support.

    Finding

    Perl provides the "-l" operator to test if a file or filehandle is a
    symbolic link. This performs an lstat() call, which unlike stat() can
    detect if a handle is symbolic link.

    Testing

    Test::Symlink

    File::Util::Test provides some utilities that are symlink-aware, like
    "l_abs_path" and "file_exists".

    Other utilities

lib/Acme/CPANModules/Symlink.pm  view on Meta::CPAN

Perl provides the `symlink` builtin.

<pm:Setup::File::Symlink> can create/fix/delete symlink. Part of the Setup
module family, the functions in this module are idempotent with transaction/undo
support.


**Finding**

Perl provides the `-l` operator to test if a file or filehandle is a symbolic
link. This performs an `lstat()` call, which unlike `stat()` can detect if a
handle is symbolic link.


**Testing**

<pm:Test::Symlink>

<pm:File::Util::Test> provides some utilities that are symlink-aware, like
`l_abs_path` and `file_exists`.

lib/Acme/CPANModules/Symlink.pm  view on Meta::CPAN


Perl provides the C<symlink> builtin.

L<Setup::File::Symlink> can create/fix/delete symlink. Part of the Setup
module family, the functions in this module are idempotent with transaction/undo
support.

B<Finding>

Perl provides the C<-l> operator to test if a file or filehandle is a symbolic
link. This performs an C<lstat()> call, which unlike C<stat()> can detect if a
handle is symbolic link.

B<Testing>

L<Test::Symlink>

L<File::Util::Test> provides some utilities that are symlink-aware, like
C<l_abs_path> and C<file_exists>.

B<Other utilities>



( run in 0.505 second using v1.01-cache-2.11-cpan-49f99fa48dc )