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 /
cpan /
podlators /
t /
Delete
Unzip
Name
Size
Permission
Date
Action
basic.cap
7.07
KB
-r--r--r--
2014-12-27 11:48
basic.clr
7.14
KB
-r--r--r--
2014-12-27 11:48
basic.man
8.46
KB
-r--r--r--
2014-12-27 11:48
basic.ovr
7.57
KB
-r--r--r--
2014-12-27 11:48
basic.pod
7.07
KB
-r--r--r--
2014-12-27 11:48
basic.t
3.88
KB
-r--r--r--
2014-12-27 11:48
basic.txt
6.91
KB
-r--r--r--
2014-12-27 11:48
color.t
2.3
KB
-r--r--r--
2014-12-27 11:48
devise-date.t
364
B
-r--r--r--
2014-12-27 11:48
filehandle.t
2.51
KB
-r--r--r--
2014-12-27 11:48
man-empty.t
1.62
KB
-r--r--r--
2014-12-27 11:48
man-heading.t
2.09
KB
-r--r--r--
2014-12-27 11:48
man-options.t
4.54
KB
-r--r--r--
2014-12-27 11:48
man-perlio.t
3.28
KB
-r--r--r--
2014-12-27 11:48
man-utf8.t
3.2
KB
-r--r--r--
2014-12-27 11:48
man.t
9.5
KB
-r--r--r--
2014-12-27 11:48
overstrike.t
2.04
KB
-r--r--r--
2014-12-27 11:48
parselink.t
3.36
KB
-r--r--r--
2014-12-27 11:48
pod-parser.t
2.17
KB
-r--r--r--
2014-12-27 11:48
pod-spelling.t
2.42
KB
-r--r--r--
2014-12-27 11:48
pod.t
353
B
-r--r--r--
2014-12-27 11:48
termcap.t
2.15
KB
-r--r--r--
2014-12-27 11:48
text-empty.t
1.44
KB
-r--r--r--
2014-12-27 11:48
text-encoding.t
3.48
KB
-r--r--r--
2014-12-27 11:48
text-options.t
5.14
KB
-r--r--r--
2014-12-27 11:48
text-perlio.t
3.09
KB
-r--r--r--
2014-12-27 11:48
text-utf8.t
3.01
KB
-r--r--r--
2014-12-27 11:48
text.t
2.48
KB
-r--r--r--
2014-12-27 11:48
Save
Rename
=head1 NAME basic.pod - Test of various basic POD features in translators. =head1 HEADINGS Try a few different levels of headings, with embedded formatting codes and other interesting bits. =head1 This C<is> a "level 1" heading =head2 ``Level'' "2 I<heading> =head3 Level 3 B<heading I<with C<weird F<stuff "" (double quote)>>>> =head4 Level "4 C<heading> Now try again with B<intermixed> F<text>. =head1 This C<is> a "level 1" heading Text. =head2 ``Level'' 2 I<heading> Text. =head3 Level 3 B<heading I<with C<weird F<stuff>>>> Text. =head4 Level "4 C<heading> Text. =head1 LINKS These are all taken from the Pod::Parser tests. Try out I<LOTS> of different ways of specifying references: Reference the L<manpage/section> Reference the L<"manpage"/section> Reference the L<manpage/"section"> Now try it using the new "|" stuff ... Reference the L<thistext|manpage/section>| Reference the L<thistext | manpage / section>| Reference the L<thistext| manpage/ section>| Reference the L<thistext |manpage /section>| Reference the L<thistext|manpage/"section">| Reference the L<thistext| manpage/ section>| And then throw in a few new ones of my own. L<foo> L<foo|bar> L<foo/bar> L<foo/"baz boo"> L</bar> L</"baz boo"> L</baz boo> L<foo bar/baz boo> L<"boo var baz"> L<bar baz> L</boo>, L</bar>, and L</baz> L<fooZ<>bar> L<Testing I<italics>|foo/bar> L<foo/I<Italic> text> L<fooE<verbar>barZ<>/Section C<with> I<B<other> markup>> L<Nested L<http://www.perl.org/>|fooE<sol>bar> =head1 OVER AND ITEMS Taken from Pod::Parser tests, this is a test to ensure that multiline =item paragraphs get indented appropriately. =over 4 =item This is a test. =back There should be whitespace now before this line. Taken from Pod::Parser tests, this is a test to ensure the nested =item paragraphs get indented appropriately. =over 2 =item 1 First section. =over 2 =item a this is item a =item b this is item b =back =item 2 Second section. =over 2 =item a this is item a =item b this is item b =item c =item d This is item c & d. =back =back Now some additional weirdness of our own. Make sure that multiple tags for one paragraph are properly compacted. =over 4 =item "foo" =item B<bar> =item C<baz> There shouldn't be any spaces between any of these item tags; this idiom is used in perlfunc. =item Some longer item text Just to make sure that we test paragraphs where the item text doesn't fit in the margin of the paragraph (and make sure that this paragraph fills a few lines). Let's also make it multiple paragraphs to be sure that works. =back Test use of =over without =item as a block "quote" or block paragraph. =over 4 This should be indented four spaces but otherwise formatted the same as any other regular text paragraph. Make sure it's long enough to see the results of the formatting..... =back Now try the same thing nested, and make sure that the indentation is reset back properly. =over 4 =over 4 This paragraph should be doubly indented. =back This paragraph should only be singly indented. =over 4 =item This is an item in the middle of a block-quote, which should be allowed. =item We're also testing tagless item commands. =back Should be back to the single level of indentation. =back Should be back to regular indentation. Now also check the transformation of * into real bullets for man pages. =over =item * An item. We're also testing using =over without a number, and making sure that item text wraps properly. =item * Another item. =back and now test the numbering of item blocks. =over 4 =item 1. First item. =item 2. Second item. =back =head1 FORMATTING CODES Another test taken from Pod::Parser. This is a test to see if I can do not only C<$self> and C<method()>, but also C<< $self->method() >> and C<< $self->{FIELDNAME} >> and C<< $Foo <=> $Bar >> without resorting to escape sequences. If I want to refer to the right-shift operator I can do something like C<<< $x >> 3 >>> or even C<<<< $y >> 5 >>>>. Now for the grand finale of C<< $self->method()->{FIELDNAME} = {FOO=>BAR} >>. And I also want to make sure that newlines work like this C<<< $self->{FOOBAR} >> 3 and [$b => $a]->[$a <=> $b] >>> Of course I should still be able to do all this I<with> escape sequences too: C<$self-E<gt>method()> and C<$self-E<gt>{FIELDNAME}> and C<{FOO=E<gt>BAR}>. Dont forget C<$self-E<gt>method()-E<gt>{FIELDNAME} = {FOO=E<gt>BAR}>. And make sure that C<0> works too! Now, if I use << or >> as my delimiters, then I have to use whitespace. So things like C<<$self->method()>> and C<<$self->{FIELDNAME}>> wont end up doing what you might expect since the first > will still terminate the first < seen. Lets make sure these work for empty ones too, like C<< >> and C<< >> >> (just to be obnoxious) The statement: C<This is dog kind's I<finest> hour!> is a parody of a quotation from Winston Churchill. The following tests are added to those: Make sure that a few othZ<>er odd I<Z<>things> still work. This should be a vertical bar: E<verbar>. Here's a test of a few more special escapes that have to be supported: =over 3 =item E<amp> An ampersand. =item E<apos> An apostrophe. =item E<lt> A less-than sign. =item E<gt> A greater-than sign. =item E<quot> A double quotation mark. =item E<sol> A forward slash. =back Try to get this bit of text over towards the edge so S<|that all of this text inside SE<lt>E<gt> won't|> be wrapped. Also test the |sameE<nbsp>thingE<nbsp>withE<nbsp>non-breakingS< spaces>.| There is a soft hyE<shy>phen in hyphen at hy-phen. This is a test of an X<index entry>index entry. =head1 VERBATIM Throw in a few verbatim paragraphs. use Term::ANSIColor; print color 'bold blue'; print "This text is bold blue.\n"; print color 'reset'; print "This text is normal.\n"; print colored ("Yellow on magenta.\n", 'yellow on_magenta'); print "This text is normal.\n"; print colored ['yellow on_magenta'], "Yellow on magenta.\n"; use Term::ANSIColor qw(uncolor); print uncolor '01;31', "\n"; But this isn't verbatim (make sure it wraps properly), and the next paragraph is again: use Term::ANSIColor qw(:constants); print BOLD, BLUE, "This text is in bold blue.\n", RESET; use Term::ANSIColor qw(:constants); $Term::ANSIColor::AUTORESET = 1; print BOLD BLUE "This text is in bold blue.\n"; print "This text is normal.\n"; (Ugh, that's obnoxiously long.) Try different spacing: Starting with a tab. Not starting with a tab. But this should still be verbatim. As should this. This isn't. This is. And this: is an internal tab. It should be: |--| <= lined up with that. (Tricky, but tabs should be expanded before the translator starts in on the text since otherwise text with mixed tabs and spaces will get messed up.) And now we test verbatim paragraphs right before a heading. Older versions of Pod::Man generated two spaces between paragraphs like this and the heading. (In order to properly test this, one may have to visually inspect the nroff output when run on the generated *roff text, unfortunately.) =head1 CONCLUSION That's all, folks! =cut