Pod-L10N

 view release on metacpan or  search on metacpan

lib/Pod/L10N/Html.pm  view on Meta::CPAN

This program is distributed under the Artistic License.

=cut

sub new {
    my $class = shift;
    return bless {}, $class;
}

sub pod2htmll10n {
    local(@ARGV) = @_;
    local $_;

    my $self = Pod::L10N::Html->new();
    $self->init_globals();

    my $opts = process_command_line;
    $self->process_options($opts);

    $self->refine_globals();



( run in 0.219 second using v1.01-cache-2.11-cpan-4d50c553e7e )