/usr/share/perl5/vendor_perl/Pod/Simple
require 5; package Pod::Simple::Transcode; use strict; use vars qw($VERSION @ISA); $VERSION = '3.42'; BEGIN { if(defined &DEBUG) {;} # Okay elsif( defined &Pod::Simple::DEBUG ) { *DEBUG = \&Pod::Simple::DEBUG; } else { *DEBUG = sub () {0}; } } foreach my $class ( 'Pod::Simple::TranscodeSmart', 'Pod::Simple::TranscodeDumb', '', ) { $class or die "Couldn't load any encoding classes"; DEBUG and print STDERR "About to try loading $class...\n"; eval "require $class;"; if($@) { DEBUG and print STDERR "Couldn't load $class: $@\n"; } else { DEBUG and print STDERR "OK, loaded $class.\n"; @ISA = ($class); last; } } sub _blorp { return; } # just to avoid any "empty class" warning 1; __END__
.
Edit
..
Edit
BlackBox.pm
Edit
Checker.pm
Edit
Debug.pm
Edit
DumpAsText.pm
Edit
DumpAsXML.pm
Edit
HTML.pm
Edit
HTMLBatch.pm
Edit
HTMLLegacy.pm
Edit
JustPod.pm
Edit
LinkSection.pm
Edit
Methody.pm
Edit
Progress.pm
Edit
PullParser.pm
Edit
PullParserEndToken.pm
Edit
PullParserStartToken.pm
Edit
PullParserTextToken.pm
Edit
PullParserToken.pm
Edit
RTF.pm
Edit
Search.pm
Edit
SimpleTree.pm
Edit
Subclassing.pod
Edit
Text.pm
Edit
TextContent.pm
Edit
TiedOutFH.pm
Edit
Transcode.pm
Edit
TranscodeDumb.pm
Edit
TranscodeSmart.pm
Edit
XHTML.pm
Edit
XMLOutStream.pm
Edit