File-RsyncP
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/File/RsyncP.pm view on Meta::CPAN
# replace --devices with -D in $rs->{rsyncArgs}.
#
for ( my $i = 0 ; $i < @{$rs->{rsyncArgs}} ; $i++ ) {
$rs->{rsyncArgs}[$i] = "-D"
if ( $rs->{rsyncArgs}[$i] eq "--devices" );
}
#
# process rsync options
#
local(@ARGV);
$rs->{rsyncOpts} = {};
@ARGV = @{$rs->{rsyncArgs}};
my $p = new Getopt::Long::Parser(
config => ["bundling", "pass_through"],
);
#
# First extract all the exclude related options for processing later
#
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.956 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )