File tree 8 files changed +21
-11
lines changed
8 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ compiler:
6
6
- gcc
7
7
8
8
perl :
9
- - " 5.20 "
10
- - " 5.18 "
11
- - " 5.16 "
12
- - " 5.14 "
13
- - " 5.12 "
9
+ - " 5.30 "
10
+ - " 5.28 "
11
+ - " 5.26 "
12
+ - " 5.24 "
13
+ - " 5.22 "
14
14
15
15
install :
16
16
# Deal with dependencies
Original file line number Diff line number Diff line change
1
+ CSS::Sass (3.6.1)
2
+
3
+ Updating libsass to version 3.6.3
4
+ Improves extend compatibility with dart-sass
5
+ https://github.com/sass/libsass/releases/tag/3.6.3
6
+
7
+ * Bumped libsass version to latest 3.6 stable branch (3.6.3)
8
+ * Fixed issue with building plugins on Mac OSX (#41)
9
+ * Updated sass-spec and adjusted spec runner
10
+
1
11
CSS::Sass (3.6.0)
2
12
3
13
First release with next major libsass version
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.6.0 "
71
+ "version" : " v3.6.1 "
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.6.0
42
+ version : v3.6.1
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.6.0 " ;
72
+ our $VERSION = " 3.6.1 " ;
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.6.0 " ;
27
+ our $VERSION = " 3.6.1 " ;
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.6.0 " ;
42
+ our $VERSION = " 3.6.1 " ;
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.6.0 " ;
28
+ our $VERSION = " 3.6.1 " ;
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