Subject: | patch to fix CPAN Testers reported FAILs |
I initially started this patch to reduce the number of FAIL reports
against the distribution from CPAN Testers [1,2]
[1] http://www.cpantesters.org/distro/C/CSS-Tiny-Style.html
[2] http://stats.cpantesters.org/wdists.html (number 11)
However, once I'd fixed those and incorporated the patch from RT#28718
by Tokuhiro Matsuno, I noticed several other problems.
The use of duplicate declared packages was causing errors on my machine,
and the use of including a different CSS::Tiny was conflicting with the
true version of CSS::Tiny. There were a couple of dependencies errors
(as others have noted) and there was a fault when trying to parse
"a:hover" type selectors.
The original .pm file has now been split into 2 Style.pm and Styles.pm
with the latter using CSS::Tiny more correctly as a base. I've added a
test file for testing basic use of the modules and a sample .css file.
Feel free to use as needed.
Subject: | CSS-Tiny-Style-barbie.patch |
Message body is not shown because it is too large.