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 /
Pod-Checker /
t /
pod /
Delete
Unzip
Name
Size
Permission
Date
Action
contains_bad_pod.xr
31
B
-r--r--r--
2014-12-27 11:48
empty.xr
0
B
-r--r--r--
2014-12-27 11:48
podchkenc.t
570
B
-r--r--r--
2014-12-27 11:48
podchkenc.xr
74
B
-r--r--r--
2014-12-27 11:48
poderrs.t
3.56
KB
-r--r--r--
2014-12-27 11:48
poderrs.xr
4.18
KB
-r--r--r--
2014-12-27 11:48
selfcheck.t
1.09
KB
-r--r--r--
2014-12-27 11:48
testcmp.pl
2.76
KB
-r--r--r--
2014-12-27 11:48
testpchk.pl
3.58
KB
-r--r--r--
2014-12-27 11:48
Save
Rename
BEGIN { use File::Basename; my $THISDIR = dirname $0; unshift @INC, $THISDIR; require "testpchk.pl"; import TestPodChecker; } my %options = map { $_ => 1 } @ARGV; ## convert cmdline to options-hash my $passed = testpodchecker \%options, $0; exit( ($passed == 1) ? 0 : -1 ) unless $ENV{HARNESS_ACTIVE}; ### Deliberately throw in some blank but non-empty lines ### The above line should contain spaces __END__ =head2 This should cause a warning =head1 NAME poderrors.t - test Pod::Checker on some pod syntax errors =unknown1 this is an unknown command with two N<unknownA> and D<unknownB> interior sequences. This is some paragraph text with some unknown interior sequences, such as Q<unknown2>, A<unknown3>, and Y<unknown4 V<unknown5>>. Now try some unterminated sequences like I<hello mudda! B<hello fadda! Here I am at C<camp granada! Camps is very, entertaining. And they say we'll have some fun if it stops raining! Okay, now use a non-empty blank line to terminate a paragraph and make sure we get a warning. The above blank line contains tabs and spaces only =head1 Additional tests =head2 item without over =item oops =head2 back without over =back =head2 over without back =over 4 =item aaps =head2 end without begin =end =head2 begin and begin =begin html =begin text =end =end second one results in end w/o begin =head2 begin w/o formatter =begin =end =head2 for w/o formatter =for something... =head2 Nested sequences of the same type C<code I<italic C<code again!>>> =head2 Garbled entities E<alea iacta est> E<C<auml>> E<abcI<bla>> E<0x100> E<07777> E<300> =head2 Unresolved internal links L</"begin or begin"> L<"end with begin"> L</OoPs> =head2 Some links with problems L<abc def> L<> L< aha> L<oho > L<"Warnings"> this one is ok L</unescaped> ok too, this POD has an X of the same name L<http://www.perl.org> this is OK L<The Perl Home Page|http://www.perl.org> this is also OK =head2 Warnings L<passwd(5)> L<some text with / in it|perlvar/$|> should give warnings as hell =over 4 =item bla =back 200 the 200 is evil =begin html What? =end xml X<unescaped>see these unescaped < and > in the text? =head2 Misc Z<ddd> should be empty X<> should not be empty =over four This paragrapgh is misplaced - it ought to be an item. =item four should be numeric! =item =item blah =item previous is all empty!!! =back All empty over/back: =over 4 =back item w/o name =cut =pod bla bla is evil =cut blub blub is evil =head2 reoccurence =over 4 =item Misc we already have a head Misc =back =head2 some heading =head2 another one =head2 the next line should be empty =head2 ... but there is a command instead And here is some text =head2 again followed by a command verbatim =item line missing previous section is empty! =head1 LINK TESTS Due to bug reported by Rafael Garcia-Suarez "rgarciasuarez@free.fr": The following hyperlinks : L<"I/O Operators"> L<perlop/"I/O Operators"> trigger a podchecker warning (using bleadperl) : node 'I/O Operators' contains non-escaped | or / =cut =pod =head1 ON-OFF tests The above =pod is OK. The following =cut is ok, the one after not. =cut # some comment or code here, not POD =cut # more code =head2 This opens POD =pod And the =pod above is too much. =cut