PATH:
usr
/
share
/
perl5
/
vendor_perl
/
Pod
/
Simple
require 5; package Pod::Simple::Transcode; use vars qw($VERSION ); $VERSION = '3.28'; 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 "About to try loading $class...\n"; eval "require $class;"; if($@) { DEBUG and print "Couldn't load $class: $@\n"; } else { DEBUG and print "OK, loaded $class.\n"; @ISA = ($class); last; } } sub _blorp { return; } # just to avoid any "empty class" warning 1; __END__
[-] Checker.pm
[edit]
[-] Methody.pm
[edit]
[-] TranscodeDumb.pm
[edit]
[-] Text.pm
[edit]
[-] Debug.pm
[edit]
[-] PullParserTextToken.pm
[edit]
[+]
..
[-] DumpAsXML.pm
[edit]
[-] LinkSection.pm
[edit]
[-] DumpAsText.pm
[edit]
[-] Transcode.pm
[edit]
[-] Search.pm
[edit]
[-] XMLOutStream.pm
[edit]
[-] TextContent.pm
[edit]
[-] TiedOutFH.pm
[edit]
[-] PullParser.pm
[edit]
[-] PullParserToken.pm
[edit]
[-] TranscodeSmart.pm
[edit]
[-] PullParserEndToken.pm
[edit]
[-] HTMLBatch.pm
[edit]
[-] XHTML.pm
[edit]
[-] SimpleTree.pm
[edit]
[-] Subclassing.pod
[edit]
[-] HTMLLegacy.pm
[edit]
[-] RTF.pm
[edit]
[-] PullParserStartToken.pm
[edit]
[-] HTML.pm
[edit]
[-] Progress.pm
[edit]
[-] BlackBox.pm
[edit]