1.19 Fri 3 Sep 2010
- No functional changes
- Resolved RT #59037: CSS::Tiny reorders rules
- The use of Tie::IxHash to achieve ordering is now documented
1.18 Fri 3 Sep 2010
- Resolved RT #60776: Parsing of multiple whitespace selectors
- Added test script specifically for RT regression tests
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
pkgsrc changes:
- add license definition
Upstream changes:
1.17 Sun 4 Jul 2010
- Removed the use of Module::Install
- Allow read-string to be rerun again on an existing object,
and thus also thus on tied objects (MPETERS)
- Moved POD after __END__ to reduce number of disk reads when parsing.
- Added support for running xt tests
1.16 Fri 4 Jul 2008
- Upgrading to Module::Install 0.76
- Localising $@ during evals
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Collection.
The Perl 5 module CSS::Tiny provides a class to read and write .css
stylesheets with as little code as possible, reducing load time
and memory overhead.