Revision history for Perl extension Text-Sass-XS
0.11 2013-09-19T05:34:42Z
- Updates LICENSE for kwalitee.
0.10 2013-08-09T09:37:02Z
- Updates libsass from 0432e9f to 7779ab5. This updating contains
an incompatible change about the output format of css.
0.09 2013-06-20T09:42:51Z
- Adds some definitions to .xs suggested by ppport.h
- Removes ppport.h and creates ppport.h on build time.
- Updates dependencies.
0.08 2013-06-20T02:14:21Z
- Uses base.pm instead of parent.pm in builder/MyBuilder.pm.
0.07 2013-06-19T03:01:52Z
- Fixes c++ compiler check.
0.06 2013-06-18T09:23:39Z
- Adds Text::Sass compatible interface.
- Renames xt/leaktrace.t author_scripts/leaktrace.t
- Adds aTHX_.
- Skips some tests which don't work on MSWin.
0.05 2013-06-18T07:02:26Z
- Fixes memory leaks.
0.04 2013-06-18T04:09:47Z
- Adds ExtUtils::CBuilder to dependencies.
- Changes compiler and linker flags.
0.03 2013-06-17T13:21:24Z
- Adds OO Interface.
0.02 2013-06-16T13:52:56Z
- Uses g++ to compile xs instead of cc.
- Updates POD.
0.01 2013-06-16T11:36:59Z
- original version