Skip to content

skaji/perl-File-Copy-clonefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status

NAME

File::Copy::clonefile - call clonefile system call

SYNOPSIS

use File::Copy::clonefile qw(clonefile);

clonefile "source.txt", "destination.txt"
  or die "failed to clonefile source.txt to destination.txt: $!";

DESCRIPTION

File::Copy::clonefile is a wrapper for clonefile system call. Thus, this module only supports platforms that have clonefile system call, such as macos.

COPYRIGHT AND LICENSE

Copyright 2023 Shoichi Kaji skaji@cpan.org

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published