File-NCopy
view release on metacpan or search on metacpan
lib/File/NCopy.pm view on Meta::CPAN
push @copies, $args[0];
} else {
_docopy_file_file $this, $args[0],$args[1]
and push @copies, $args[0];
}
}
@copies;
}
sub cp(@) {
return copy @_;
}
# instantiate our object
sub new(@)
{
my $this = shift;
my $conf = {
'test' => 0,
( run in 2.160 seconds using v1.01-cache-2.11-cpan-5b529ec07f3 )