Email-Fingerprint
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Email/Fingerprint/App/EliminateDups.pm view on Meta::CPAN
=head2 _process_options
Process command-line options.
=cut
sub _process_options :PRIVATE {
my ( $self, @args ) = @_;
# Fool Getopt::Long. Sigh.
local @ARGV = @args;
$self->_init;
$self->_die_usage if not GetOptions(
"dump" => \$dump{ident $self},
"no-purge" => \$no_purge{ident $self},
"no-check" => \$no_check{ident $self},
"strict" => \$strict{ident $self},
"help" => \$help{ident $self},
);
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.503 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )