File tree Expand file tree Collapse file tree 8 files changed +17
-9
lines changed Expand file tree Collapse file tree 8 files changed +17
-9
lines changed Original file line number Diff line number Diff line change
1
+ CSS::Sass (3.4.6)
2
+
3
+ * Bumped libsass version to latest 3.4 stable branch (3.4.5)
4
+ * Fix spec runner to recognize specific error-cases
5
+ * Improve gcc compiler version detection
6
+
7
+ -- Marcel Greter <perl-libsass@ocbnet.ch> Mon, 22 Mai 2017 21:58:11 +0100
8
+
1
9
CSS::Sass (3.4.5)
2
10
3
11
* Bumped libsass version to latest 3.4 stable branch (3.4.4)
4
12
* Improve Makefile.PL to check gcc version (and other fixes)
5
13
6
- -- Marcel Greter <perl-libsass@ocbnet.ch> Tuw , 09 Apr 2017 01:16:37 +0100
14
+ -- Marcel Greter <perl-libsass@ocbnet.ch> Sun , 09 Apr 2017 01:16:37 +0100
7
15
8
16
CSS::Sass (3.4.4)
9
17
10
18
* Bumped libsass version to temporary 3.4 stable branch
11
19
* Re-added gcc 4.4 compatibility for libsass (cpan release only)
12
20
13
- -- Marcel Greter <perl-libsass@ocbnet.ch> Tuw , 07 Mar 2017 15:36:05 +0200
21
+ -- Marcel Greter <perl-libsass@ocbnet.ch> Tue , 07 Mar 2017 15:36:05 +0200
14
22
15
23
CSS::Sass (3.4.3)
16
24
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.5 "
71
+ "version" : " v3.4.6 "
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.5
42
+ version : v3.4.6
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.5 " ;
72
+ our $VERSION = " 3.4.6 " ;
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.5 " ;
27
+ our $VERSION = " 3.4.6 " ;
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.5 " ;
42
+ our $VERSION = " 3.4.6 " ;
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.5 " ;
28
+ our $VERSION = " 3.4.6 " ;
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