Apache-AxKit-Provider-PodSAX

 view release on metacpan or  search on metacpan

PodSAX.pm  view on Meta::CPAN

}

sub get_fh {
    throw Apache::AxKit::Exception::IO(
          -text => "Can't get filehandles from POD"
    );
}

1;
__END__
# Below is stub documentation for your module. You better edit it!

=head1 NAME

Apache::AxKit::Provider::PodSAX - Dynamically Serve POD Files as XML 

=head1 SYNOPSIS

  <FilesMatch "\.pod">
    AddHandler axkit .pod
    AxContentProvider Apache::AxKit::Provider::PodSAX



( run in 0.564 second using v1.01-cache-2.11-cpan-de7293f3b23 )