Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
ext /
Pod-Html /
t /
Delete
Unzip
Name
Size
Permission
Date
Action
anchorify.t
1.24
KB
-r--r--r--
2014-12-27 11:48
cache.pod
54
B
-r--r--r--
2014-12-27 11:48
cache.t
1.89
KB
-r--r--r--
2014-12-27 11:48
crossref.pod
393
B
-r--r--r--
2014-12-27 11:48
crossref.t
2.27
KB
-r--r--r--
2014-12-27 11:48
crossref2.t
1.93
KB
-r--r--r--
2014-12-27 11:48
crossref3.t
2.02
KB
-r--r--r--
2014-12-27 11:48
eol.t
1.67
KB
-r--r--r--
2014-12-27 11:48
feature.pod
172
B
-r--r--r--
2014-12-27 11:48
feature.t
1.52
KB
-r--r--r--
2014-12-27 11:48
feature2.pod
172
B
-r--r--r--
2014-12-27 11:48
feature2.t
1.74
KB
-r--r--r--
2014-12-27 11:48
htmldir1.pod
239
B
-r--r--r--
2014-12-27 11:48
htmldir1.t
2.32
KB
-r--r--r--
2014-12-27 11:48
htmldir2.pod
212
B
-r--r--r--
2014-12-27 11:48
htmldir2.t
1.68
KB
-r--r--r--
2014-12-27 11:48
htmldir3.pod
208
B
-r--r--r--
2014-12-27 11:48
htmldir3.t
2.04
KB
-r--r--r--
2014-12-27 11:48
htmldir4.pod
212
B
-r--r--r--
2014-12-27 11:48
htmldir4.t
1.52
KB
-r--r--r--
2014-12-27 11:48
htmldir5.pod
208
B
-r--r--r--
2014-12-27 11:48
htmldir5.t
1.62
KB
-r--r--r--
2014-12-27 11:48
htmlescp.pod
371
B
-r--r--r--
2014-12-27 11:48
htmlescp.t
1.08
KB
-r--r--r--
2014-12-27 11:48
htmllink.pod
1010
B
-r--r--r--
2014-12-27 11:48
htmllink.t
3
KB
-r--r--r--
2014-12-27 11:48
htmlview.pod
1.97
KB
-r--r--r--
2014-12-27 11:48
htmlview.t
4.1
KB
-r--r--r--
2014-12-27 11:48
pod2html-lib.pl
3.08
KB
-r--r--r--
2014-12-27 11:48
poderr.pod
132
B
-r--r--r--
2014-12-27 11:48
poderr.t
1.11
KB
-r--r--r--
2014-12-27 11:48
podnoerr.pod
132
B
-r--r--r--
2014-12-27 11:48
podnoerr.t
818
B
-r--r--r--
2014-12-27 11:48
Save
Rename
#!/usr/bin/perl -w # -*- perl -*- BEGIN { require "t/pod2html-lib.pl"; } use strict; use Test::More tests => 1; convert_n_test("htmlview", "html rendering", "--quiet"); __DATA__ <?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:[PERLADMIN]" /> </head> <body> <ul id="index"> <li><a href="#NAME">NAME</a></li> <li><a href="#SYNOPSIS">SYNOPSIS</a></li> <li><a href="#DESCRIPTION">DESCRIPTION</a></li> <li><a href="#METHODS-OTHER-STUFF">METHODS => OTHER STUFF</a> <ul> <li><a href="#new">new()</a></li> <li><a href="#old">old()</a></li> </ul> </li> <li><a href="#TESTING-FOR-AND-BEGIN">TESTING FOR AND BEGIN</a></li> <li><a href="#TESTING-URLs-hyperlinking">TESTING URLs hyperlinking</a></li> <li><a href="#SEE-ALSO">SEE ALSO</a></li> <li><a href="#POD-ERRORS">POD ERRORS</a></li> </ul> <h1 id="NAME">NAME</h1> <p>Test HTML Rendering</p> <h1 id="SYNOPSIS">SYNOPSIS</h1> <pre><code> use My::Module; my $module = My::Module->new();</code></pre> <h1 id="DESCRIPTION">DESCRIPTION</h1> <p>This is the description.</p> <pre><code> Here is a verbatim section.</code></pre> <p>This is some more regular text.</p> <p>Here is some <b>bold</b> text, some <i>italic</i> and something that looks like an <html> tag. This is some <code>$code($arg1)</code>.</p> <p>This <code>text contains embedded <b>bold</b> and <i>italic</i> tags</code>. These can be nested, allowing <b>bold and <i>bold & italic</i> text</b>. The module also supports the extended <b>syntax</b> and permits <i>nested tags & other <b>cool</b> stuff</i></p> <h1 id="METHODS-OTHER-STUFF">METHODS => OTHER STUFF</h1> <p>Here is a list of methods</p> <h2 id="new">new()</h2> <p>Constructor method. Accepts the following config options:</p> <dl> <dt id="foo">foo</dt> <dd> <p>The foo item.</p> </dd> <dt id="bar">bar</dt> <dd> <p>The bar item.</p> <ul> <p>This is a list within a list</p> <p>*</p> <p>The wiz item.</p> <p>*</p> <p>The waz item.</p> </ul> </dd> <dt id="baz">baz</dt> <dd> <p>The baz item.</p> <ul> <li><p>A correct list within a list</p> </li> <li><p>Boomerang</p> </li> </ul> </dd> </dl> <p>Title on the same line as the =item + * bullets</p> <ul> <li><p><code>Black</code> Cat</p> </li> <li><p>Sat <span style="white-space: nowrap;"><i>on</i> the</span></p> </li> <li><p>Mat<!></p> </li> </ul> <p>Title on the same line as the =item + numerical bullets</p> <ol> <li><p>Cat</p> </li> <li><p>Sat</p> </li> <li><p>Mat</p> </li> </ol> <p>Numbered list with text on the same line</p> <dl> <dt id="Cat">1 Cat</dt> <dd> </dd> <dt id="Sat">2 Sat</dt> <dd> </dd> <dt id="Mat">3 Mat</dt> <dd> </dd> </dl> <p>No bullets, no title</p> <ul> <li><p>Cat</p> </li> <li><p>Sat</p> </li> <li><p>Mat</p> </li> </ul> <h2 id="old">old()</h2> <p>Destructor method</p> <h1 id="TESTING-FOR-AND-BEGIN">TESTING FOR AND BEGIN</h1> <br /> <p> blah blah </p> <p>intermediate text</p> <more> HTML </more>some text <h1 id="TESTING-URLs-hyperlinking">TESTING URLs hyperlinking</h1> <p>This is an href link1: http://example.com</p> <p>This is an href link2: http://example.com/foo/bar.html</p> <p>This is an email link: mailto:foo@bar.com</p> <pre><code> This is a link in a verbatim block <a href="http://perl.org"> Perl </a></code></pre> <h1 id="SEE-ALSO">SEE ALSO</h1> <p>See also <a href="/t/htmlescp.html">Test Page 2</a>, the <a>Your::Module</a> and <a>Their::Module</a> manpages and the other interesting file <i>/usr/local/my/module/rocks</i> as well.</p> <h1 id="POD-ERRORS">POD ERRORS</h1> <p>Hey! <b>The above document had some coding errors, which are explained below:</b></p> <dl> <dt id="Around-line-45">Around line 45:</dt> <dd> <p>You can't have =items (as at line 49) unless the first thing after the =over is an =item</p> </dd> </dl> </body> </html>