We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad6934 commit 5624bb5Copy full SHA for 5624bb5
CHANGES
@@ -4,6 +4,10 @@ This is not a complete list of changes. See repository for full details:
4
5
https://bitbucket.org/jpeacock/version (primary)
6
7
+0.9921 - 2018-04-##
8
+ * Silence overly compulsive GCC 7 warning
9
+ https://rt.cpan.org/Ticket/Display.html?id=123477
10
+
11
0.9919 - 2018-04-08
12
13
* Core improvements to locale handling
vutil/vxs.inc
@@ -219,7 +219,7 @@ VXS(version_new)
219
SvGETMAGIC(vs);
220
if(SvOK(vs))
221
break;
222
- /* drop through */
+ /* fall through */
223
case 1:
224
/* no param or explicit undef */
225
/* create empty object */
0 commit comments