This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +22
-6
lines changed
Expand file tree Collapse file tree 7 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1+ CSS::Sass (3.4.12)
2+
3+ * Maintenance release (no libsass upgrade)
4+ * Add unit tests for included plugins
5+ * Changed plugin locations and auto loading
6+ * Implement support for HRX spec tests
7+ * Fix issue with newer ExtUtils::CppGuess
8+ * Update ppport.h and adjust makefile
9+ * Update sassc plugin to latest version
10+ * Update img-size plugin to latest version
11+ * Add loading of alternate spec output file names
12+ * Fix spec test by trimming trailing white-space
13+ * Add appveyor for windows/strawberry perl testing
14+
15+ -- Marcel Greter <perl-libsass@ocbnet.ch> Thu, 10 Apr 2019 01:44:42 +0100
16+
117CSS::Sass (3.4.11)
218
319 * Bumped libsass version to latest 3.4 stable branch (3.4.9)
Original file line number Diff line number Diff line change 6868 "url" : " https://github.com/sass/perl-libsass"
6969 }
7070 },
71- "version" : " v3.4.11 "
71+ "version" : " v3.4.12 "
7272}
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ resources:
3939 homepage : https://metacpan.org/release/CSS-Sass
4040 license : http://opensource.org/licenses/MIT
4141 repository : https://github.com/sass/perl-libsass
42- version : v3.4.11
42+ version : v3.4.12
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ our @EXPORT = qw(
6969 SASS2SCSS_CONVERT_COMMENT
7070) ;
7171
72- our $VERSION = " 3.4.11 " ;
72+ our $VERSION = " 3.4.12 " ;
7373
7474require XSLoader;
7575XSLoader::load(' CSS::Sass' , $VERSION );
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use warnings;
2424
2525# ###############################################################################
2626package CSS::Sass::Plugins ;
27- our $VERSION = " 3.4.11 " ;
27+ our $VERSION = " 3.4.12 " ;
2828# ###############################################################################
2929# collect plugins
3030our %plugins ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ use CSS::Sass;
3939
4040# ###############################################################################
4141package CSS::Sass::Value ;
42- our $VERSION = " 3.4.11 " ;
42+ our $VERSION = " 3.4.12 " ;
4343# ###############################################################################
4444use CSS::Sass qw( import_sv) ;
4545use CSS::Sass qw( sass_operation) ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ use CSS::Sass;
2525
2626# ###############################################################################
2727package CSS::Sass::Watchdog ;
28- our $VERSION = " 3.4.11 " ;
28+ our $VERSION = " 3.4.12 " ;
2929# ###############################################################################
3030
3131use Exporter ' import' ; # gives you Exporter's import() method directly
You can’t perform that action at this time.
0 commit comments