Subject: | bug for File-Copy-Vigilant |
Date: | Sat, 21 Nov 2009 23:52:33 +0100 |
To: | bug-File-Copy-Vigilant [...] rt.cpan.org |
From: | Edoardo Pietro Fiamingo <edoardo.fiamingo [...] gmail.com> |
dear Anthony Kilna,
i'm tryin using your File::Copy::Vigilant, the bug i'm advising to you
is that "move_vigilant, move, mv" doesn't move but only copy (probably
unlink?).
for example this little script:
#!/usr/bin/perl -w
#------------------------------------
use strict;
use File::Copy::Vigilant qw(cp mv);
# non editable vars -------
my $sour = $ARGV[0];
my $dest = $ARGV[1];
mv( $sour, $dest );
I discovered your module while i was creating a similar...so tried your File::Copy::Vigilant but found this bug.
Did you got any other advises?
Good bye.
Edward
from italy.