File tree Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ CSS::Sass (3.4.13)
2
+
3
+ * Fix build failures when using clang
4
+ * Fix detection of installed modules
5
+
6
+ -- Marcel Greter <perl-libsass@ocbnet.ch> Thu, 11 Apr 2019 22:14:04 +0100
7
+
1
8
CSS::Sass (3.4.12)
2
9
3
10
* Maintenance release (no libsass upgrade)
Original file line number Diff line number Diff line change 68
68
"url" : " https://github.com/sass/perl-libsass"
69
69
}
70
70
},
71
- "version" : " v3.4.12 "
71
+ "version" : " v3.4.13 "
72
72
}
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ resources:
39
39
homepage : https://metacpan.org/release/CSS-Sass
40
40
license : http://opensource.org/licenses/MIT
41
41
repository : https://github.com/sass/perl-libsass
42
- version : v3.4.12
42
+ version : v3.4.13
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ our @EXPORT = qw(
69
69
SASS2SCSS_CONVERT_COMMENT
70
70
) ;
71
71
72
- our $VERSION = " 3.4.12 " ;
72
+ our $VERSION = " 3.4.13 " ;
73
73
74
74
require XSLoader;
75
75
XSLoader::load(' CSS::Sass' , $VERSION );
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use warnings;
24
24
25
25
# ###############################################################################
26
26
package CSS::Sass::Plugins ;
27
- our $VERSION = " 3.4.12 " ;
27
+ our $VERSION = " 3.4.13 " ;
28
28
# ###############################################################################
29
29
# collect plugins
30
30
our %plugins ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ use CSS::Sass;
39
39
40
40
# ###############################################################################
41
41
package CSS::Sass::Value ;
42
- our $VERSION = " 3.4.12 " ;
42
+ our $VERSION = " 3.4.13 " ;
43
43
# ###############################################################################
44
44
use CSS::Sass qw( import_sv) ;
45
45
use CSS::Sass qw( sass_operation) ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ use CSS::Sass;
25
25
26
26
# ###############################################################################
27
27
package CSS::Sass::Watchdog ;
28
- our $VERSION = " 3.4.12 " ;
28
+ our $VERSION = " 3.4.13 " ;
29
29
# ###############################################################################
30
30
31
31
use Exporter ' import' ; # gives you Exporter's import() method directly
You can’t perform that action at this time.
0 commit comments