Pod::Stripper

Strip all pod, and output what's left
Download

Pod::Stripper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • D. H.
  • Publisher web site:
  • http://search.cpan.org/~podmaster/

Pod::Stripper Tags


Pod::Stripper Description

Strip all pod, and output what's left Pod::Stripper is a Perl module to strip all pod, and output what's left.SYNOPSIS $>perl Stripper.pmor #!/usr/bin/perl -w use strict; use Pod::Stripper; my $Stripper = new Pod::Stripper(); $Stripper->parse_from_filehandle(*STDIN) unless (@ARGV); for my $ARGV (@ARGV) { $Stripper->parse_from_file($ARGV); }This be Pod::Stripper, a subclass of Pod::Parser. It parses perl files, stripping out the pod, and dumping the rest (presumably code) to wherever you point it to (like you do with Pod::Parser).You could probably subclass it, but I don't see why. Requirements: · Perl


Pod::Stripper Related Software