Upstream changes:
0.97 - #80831 comma-separated selectors from BGRIMM
#80927 scss to css for nested includes from BGRIMM
0.96 - #77718 pod encoding bug from ANDK
- improved URL handling, tests from Dan Markham
0.95 - bugfix for RT#74181 from Andrei Arsenin
0.94 - bugfix for RT#74160 from Andrei Arsenin
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Changes from previous:
0.93 - kicked version number
0.9.3 - downgraded POSIX requirement - RT#72204
0.9.2 - background: url(xxx) no-repeat fix from mk@bluepipe.dk RT#66349
0.9.1 - test fixes - fpu platform differences & RT#63256
0.9 - Function & SCSS support from Bjørn-Olav
0.8 - Flexible indentation fixes, from Bjørn-Olav
Retain declaration order, from Bjørn-Olav
0.7 - Better whitespace handling. Very hacky though. A handful of new tests.
0.6 - Better nesting, lots of haphazard debugging;
Thanks to tests & queries from Bjørn-Olav Strand
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!
Collection.
The Perl 5 module Text::Sass is an implementation of Sass
http://sass-lang.com/. This is most definitely a work-in-progress.
It only implements a subset of the specification.