Markdown-Pod
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Markdown/Pod/script.pm view on Meta::CPAN
}
sub env {
my ( $self, $key ) = @_;
return $ENV{ "PERL_MARKDOWN2POD_" . $key } || q{};
}
sub parse_options {
my $self = shift;
local @ARGV = @{ $self->{argv} };
push @ARGV, split /\s+/, $self->env('OPT');
push @ARGV, @_;
Getopt::Long::Configure("bundling");
Getopt::Long::GetOptions(
'e|encoding=s' => sub { $self->{encoding} = $_[1] },
'd|dialect=s' => sub { $self->{dialect} = $_[1] },
'v|verbose' => sub { $self->{verbose} = 1 },
'h|help' => sub { $self->{action} = 'show_help' },
'V|version' => sub { $self->{action} = 'show_version' },
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.074 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )