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__
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
BlackBox.pm | File | 64.69 KB | 0644 |
|
Checker.pm | File | 5.24 KB | 0644 |
|
Debug.pm | File | 4.5 KB | 0644 |
|
DumpAsText.pm | File | 3.92 KB | 0644 |
|
DumpAsXML.pm | File | 4.29 KB | 0644 |
|
HTML.pm | File | 32.69 KB | 0644 |
|
HTMLBatch.pm | File | 39.55 KB | 0644 |
|
HTMLLegacy.pm | File | 2.69 KB | 0644 |
|
LinkSection.pm | File | 4.24 KB | 0644 |
|
Methody.pm | File | 3.48 KB | 0644 |
|
Progress.pm | File | 2.36 KB | 0644 |
|
PullParser.pm | File | 24.76 KB | 0644 |
|
PullParserEndToken.pm | File | 2.81 KB | 0644 |
|
PullParserStartToken.pm | File | 4.04 KB | 0644 |
|
PullParserTextToken.pm | File | 3.08 KB | 0644 |
|
PullParserToken.pm | File | 3.89 KB | 0644 |
|
RTF.pm | File | 21.14 KB | 0644 |
|
Search.pm | File | 32.7 KB | 0644 |
|
SimpleTree.pm | File | 4.47 KB | 0644 |
|
Subclassing.pod | File | 32.33 KB | 0644 |
|
Text.pm | File | 5.01 KB | 0644 |
|
TextContent.pm | File | 2.48 KB | 0644 |
|
TiedOutFH.pm | File | 2.67 KB | 0644 |
|
Transcode.pm | File | 699 B | 0644 |
|
TranscodeDumb.pm | File | 1.16 KB | 0644 |
|
TranscodeSmart.pm | File | 715 B | 0644 |
|
XHTML.pm | File | 24.93 KB | 0644 |
|
XMLOutStream.pm | File | 4.86 KB | 0644 |
|