The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!perl
use strict;
use File::Copy::Link qw(safecopylink);
my $VERSION = $File::Copy::Link::VERSION;
for my $file (@ARGV) {
safecopylink $file;
}
# $Id$