Result:
found more than 871 distributions - search limited to the first 2001 files matching your query ( run in 0.695 )


App-SortCopies

 view release on metacpan or  search on metacpan

lib/App/SortCopies.pm  view on Meta::CPAN

                $dup_dir,
                "${name}_$i$ext"
            ) while -e $dest and $i++;

            move($path, $dest) or warn $!;
            say "Duplicate $file is moved to $dest";
        }
        else {
            $fried{$hash} = 1;
        }
    }

    say "All copies in $src have been moved to $dup_dir!";
}

1;

=head1 SYNOPSIS

 view all matches for this distribution


( run in 0.695 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )