Hi,
Thanks for your comment. I need more information about the issue
you've discovered. For example what platform, version of perl, etc.
Many people including myself are using this module and I've never seen
an issue related to what you're talking about. I just ran the
tests right now and my output is included below.
Please note that I am by no means an expert or pro on perl tests - I
can barely get them to do what I want. If you see ways of improving it
please include patches so I can include them for everyone's benefit.
thanks,
Kevin
Show quoted textps> I develop on FreeBSD 8.2 currently, perl 5.10
===================================================================
[kamelkev@w00t CSS-Inliner] date
Thu Jun 23 18:51:39 EDT 2011
[kamelkev@w00t CSS-Inliner] make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/acidtest.t t/advanced.t
t/advanced_strip.t t/basic.t t/cascade.t t/css_url.t
t/custom_html_tree.t t/linebreaktest.t t/linktest.t t/ordering.t t/pod.t
t/specificity.t
t/acidtest.t .......... ok
t/advanced.t .......... ok
t/advanced_strip.t .... ok
t/basic.t ............. ok
t/cascade.t ........... ok
t/css_url.t ........... ok
t/custom_html_tree.t .. ok
t/linebreaktest.t ..... ok
t/linktest.t .......... ok
t/ordering.t .......... ok
t/pod.t ............... ok
t/specificity.t ....... ok
All tests successful.
Files=12, Tests=84, 2 wallclock secs ( 0.02 usr 0.02 sys + 1.02 cusr
0.09 csys = 1.16 CPU)
Result: PASS
On Mon Jun 13 12:14:30 2011, QuinnFazigu wrote:
Show quoted text>
> The following files are missing a newline at EOF, causing tests to fail.
>
> t/html/acidtest_result.html
> t/html/linebreaktest_result.html
> t/html/linktest_result.html