File-Symlink-Relative

 view release on metacpan or  search on metacpan

lib/File/Symlink/Relative.pm  view on Meta::CPAN

package File::Symlink::Relative;

use 5.008001;

use strict;
use warnings;

# OK, the following is probably paranoia. But if Perl 7 decides to
# change this particular default I'm ready. Unless they eliminate $].
no if $] ge '5.020', feature => qw{ signatures };

use Carp;
use Exporter qw{ import };
use File::Spec;

our $VERSION = '0.005';

our @EXPORT_OK = qw{
    symlink_r
    SYMLINK_SUPPORTED



( run in 0.550 second using v1.01-cache-2.11-cpan-cc502c75498 )