barbie / test-xhtml

Test your web page DTD validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some bugs

bor opened this issue · comments

Hello,

After reading your post at blogs.perl.org
I'm trying to use this tool

and was found under 'make test' this
...
t/95changedate.t .. Can't locate Test/CPAN/Meta.pm in @inc
...

and after run
$ bin/xhtml-valid
Undefined subroutine &main::help called at bin/xhtml-valid line 82.

here you maybe want _help sub

and
$ bin/xhtml-valid -u http://google.com/
Can't locate object method "process_pages" via package "Test::XHTML::Valid" at bin/xhtml-valid line 63.

you maybe forgot to declare this method

and after (declare method)
...
Use of uninitialized value in regexp compilation at lib/Test/XHTML/Valid.pm line 413.
Use of uninitialized value in string at lib/Test/XHTML/Valid.pm line 416.
...

Hope you fix this bugs
and thank you for this work.

Hi,

Thanks for taking a look at the code, and thanks for sending me the list
of bugs you've spotted. I shall work through these today and try and get
another release to GitHub sorted later.

Cheers,

Barbie.

Birmingham Perl Mongers http://birmingham.pm.org
Memoirs Of A Roadie http://barbie.missbarbell.co.uk
CPAN Testers Blog http://blog.cpantesters.org
YAPC Conference Surveys http://yapc-surveys.org
Ark Appreciation Pages http://ark.eology.org

release-0.07 pushed to GitHub. Thanks for the feedback.

thank you
all ok now
just only 1 test not good

t/11filetests.t ... 1/1 # Looks like you planned 1 test but ran 6.
t/11filetests.t ... Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
(less 6 skipped subtests: -5 okay)
t/20xmlstrings.t .. ok

release-0.08 pushed to GitHub. Thanks.