Time-Moment v0.44 Perl 5 v5.41.5 darwin-2level
- Status
- Pass
- From
- Dist
-
Time-Moment v0.44
- Platform
- Perl 5 v5.41.5 darwin-2level
- Date
- 2024-10-20 22:03:17
- ID
- 1c549162-8f2f-11ef-9650-dfd1ff93b6b9
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear CHANSEN,
This is a computer-generated report for Time-Moment-0.44
on perl 5.41.5, created by App::cpanminus::reporter 0.22 (1.7047).
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '':
Building and testing Time-Moment-0.44
Running Mkbootstrap for Moment ()
chmod 644 "Moment.bs"
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/bin/perl5.41.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Moment.bs blib/arch/auto/Time/Moment/Moment.bs 644
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/bin/perl5.41.5" "-Iinc" "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/ExtUtils/xsubpp" -typemap '/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/ExtUtils/typemap' -typemap '/Volumes/chambord/Users/ether/.cpanm/work/1729461742.61384/Time-Moment-0.44/typemap' Moment.xs > Moment.xsc
mv Moment.xsc Moment.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o Moment.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" Moment.c
In file included from Moment.xs:5:
./ppport.h:4471:11: warning: 'WIDEST_UTYPE' macro redefined [-Wmacro-redefined]
4471 | # define WIDEST_UTYPE U64TYPE
| ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/handy.h:1417:9: note: previous definition is here
1417 | #define WIDEST_UTYPE PERL_UINTMAX_T
| ^
In file included from Moment.xs:5:
./ppport.h:6145:11: warning: 'MUTABLE_PTR' macro redefined [-Wmacro-redefined]
6145 | # define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
| ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/handy.h:95:11: note: previous definition is here
95 | # define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
| ^
Moment.xs:145:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
145 | PUSHMARK(SP);
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:120:5: note: expanded from macro 'PUSHMARK'
120 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:145:5: note: '{' token is here
145 | PUSHMARK(SP);
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:120:16: note: expanded from macro 'PUSHMARK'
120 | STMT_START { \
| ^
Moment.xs:145:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
145 | PUSHMARK(SP);
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:129:5: note: expanded from macro 'PUSHMARK'
129 | } STMT_END
| ^
Moment.xs:145:5: note: ')' token is here
145 | PUSHMARK(SP);
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:129:7: note: expanded from macro 'PUSHMARK'
129 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:146:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
146 | XPUSHs(sv);
| ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:558:19: note: expanded from macro 'XPUSHs'
558 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:146:5: note: '{' token is here
146 | XPUSHs(sv);
| ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:558:30: note: expanded from macro 'XPUSHs'
558 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
| ^
Moment.xs:146:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
146 | XPUSHs(sv);
| ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:558:32: note: expanded from macro 'XPUSHs'
558 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:459:25: note: expanded from macro 'EXTEND'
459 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:146:5: note: '{' token is here
146 | XPUSHs(sv);
| ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:558:32: note: expanded from macro 'XPUSHs'
558 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:459:36: note: expanded from macro 'EXTEND'
459 | # define EXTEND(p,n) STMT_START { \
| ^
Moment.xs:146:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
146 | XPUSHs(sv);
| ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:558:32: note: expanded from macro 'XPUSHs'
558 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:465:25: note: expanded from macro 'EXTEND'
465 | } STMT_END
| ^
Moment.xs:146:5: note: ')' token is here
146 | XPUSHs(sv);
| ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:558:32: note: expanded from macro 'XPUSHs'
558 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:465:27: note: expanded from macro 'EXTEND'
465 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:146:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
146 | XPUSHs(sv);
| ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:558:56: note: expanded from macro 'XPUSHs'
558 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
| ^
Moment.xs:146:5: note: ')' token is here
146 | XPUSHs(sv);
| ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:558:58: note: expanded from macro 'XPUSHs'
558 | #define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:299:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
299 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:27: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:299:5: note: '{' token is here
299 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:38: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^
Moment.xs:299:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
299 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:299:5: note: '{' token is here
299 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:299:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
299 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:299:5: note: ')' token is here
299 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:299:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
299 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:70: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^
Moment.xs:299:5: note: ')' token is here
299 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:72: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:307:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
307 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:307:5: note: '{' token is here
307 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:307:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
307 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:307:5: note: ')' token is here
307 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:332:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
332 | XSRETURN_IV(moment_compare_instant(m1, m2));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:27: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:332:5: note: '{' token is here
332 | XSRETURN_IV(moment_compare_instant(m1, m2));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:38: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:332:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
332 | XSRETURN_IV(moment_compare_instant(m1, m2));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:332:5: note: '{' token is here
332 | XSRETURN_IV(moment_compare_instant(m1, m2));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:332:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
332 | XSRETURN_IV(moment_compare_instant(m1, m2));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:332:5: note: ')' token is here
332 | XSRETURN_IV(moment_compare_instant(m1, m2));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:332:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
332 | XSRETURN_IV(moment_compare_instant(m1, m2));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:70: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:332:5: note: ')' token is here
332 | XSRETURN_IV(moment_compare_instant(m1, m2));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:72: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:587:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
587 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:587:5: note: '{' token is here
587 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:587:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
587 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:587:5: note: ')' token is here
587 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:618:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
618 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:618:5: note: '{' token is here
618 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:618:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
618 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:618:5: note: ')' token is here
618 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:686:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
686 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:686:5: note: '{' token is here
686 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:686:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
686 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:686:5: note: ')' token is here
686 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:733:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
733 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:733:5: note: '{' token is here
733 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:733:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
733 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:733:5: note: ')' token is here
733 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:796:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
796 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:796:5: note: '{' token is here
796 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:796:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
796 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:796:5: note: ')' token is here
796 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:581:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
581 | XSRETURN_SV(sv_2moment_coerce_sv(object));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:25: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:581:5: note: '{' token is here
581 | XSRETURN_SV(sv_2moment_coerce_sv(object));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:36: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^
Moment.xs:581:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
581 | XSRETURN_SV(sv_2moment_coerce_sv(object));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:581:5: note: '{' token is here
581 | XSRETURN_SV(sv_2moment_coerce_sv(object));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:581:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
581 | XSRETURN_SV(sv_2moment_coerce_sv(object));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:581:5: note: ')' token is here
581 | XSRETURN_SV(sv_2moment_coerce_sv(object));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:581:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
581 | XSRETURN_SV(sv_2moment_coerce_sv(object));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:63: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^
Moment.xs:581:5: note: ')' token is here
581 | XSRETURN_SV(sv_2moment_coerce_sv(object));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:65: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:823:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
823 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:27: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:823:5: note: '{' token is here
823 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:38: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^
Moment.c:823:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
823 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:823:5: note: '{' token is here
823 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:823:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
823 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:823:5: note: ')' token is here
823 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:823:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
823 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:70: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^
Moment.c:823:5: note: ')' token is here
823 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:340:72: note: expanded from macro 'XSRETURN_EMPTY'
340 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:605:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
605 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:605:9: note: '{' token is here
605 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:605:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
605 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:605:9: note: ')' token is here
605 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:608:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
608 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:608:9: note: '{' token is here
608 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:608:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
608 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:608:9: note: ')' token is here
608 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:864:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
864 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:864:5: note: '{' token is here
864 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:864:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
864 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:864:5: note: ')' token is here
864 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:632:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
632 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:632:9: note: '{' token is here
632 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:632:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
632 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:632:9: note: ')' token is here
632 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:636:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
636 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:636:9: note: '{' token is here
636 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:636:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
636 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:636:9: note: ')' token is here
636 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:900:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
900 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:900:5: note: '{' token is here
900 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:900:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
900 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:900:5: note: ')' token is here
900 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:660:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
660 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:660:9: note: '{' token is here
660 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:660:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
660 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:660:9: note: ')' token is here
660 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:664:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
664 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:664:9: note: '{' token is here
664 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:664:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
664 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:664:9: note: ')' token is here
664 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:936:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
936 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:936:5: note: '{' token is here
936 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:936:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
936 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:936:5: note: ')' token is here
936 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:688:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
688 | XSRETURN_I64V(delta);
| ^~~~~~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:27: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:688:5: note: '{' token is here
688 | XSRETURN_I64V(delta);
| ^~~~~~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:38: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:688:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
688 | XSRETURN_I64V(delta);
| ^~~~~~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:688:5: note: '{' token is here
688 | XSRETURN_I64V(delta);
| ^~~~~~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:688:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
688 | XSRETURN_I64V(delta);
| ^~~~~~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:688:5: note: ')' token is here
688 | XSRETURN_I64V(delta);
| ^~~~~~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:688:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
688 | XSRETURN_I64V(delta);
| ^~~~~~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:70: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:688:5: note: ')' token is here
688 | XSRETURN_I64V(delta);
| ^~~~~~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:72: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:703:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
703 | PUSHMARK(SP);
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:120:5: note: expanded from macro 'PUSHMARK'
120 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:703:5: note: '{' token is here
703 | PUSHMARK(SP);
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:120:16: note: expanded from macro 'PUSHMARK'
120 | STMT_START { \
| ^
Moment.xs:703:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
703 | PUSHMARK(SP);
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:129:5: note: expanded from macro 'PUSHMARK'
129 | } STMT_END
| ^
Moment.xs:703:5: note: ')' token is here
703 | PUSHMARK(SP);
| ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:129:7: note: expanded from macro 'PUSHMARK'
129 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:745:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
745 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:745:9: note: '{' token is here
745 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:745:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
745 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:745:9: note: ')' token is here
745 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:748:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
748 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:748:9: note: '{' token is here
748 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:748:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
748 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:748:9: note: ')' token is here
748 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:1039:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1039 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:1039:5: note: '{' token is here
1039 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:1039:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1039 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:1039:5: note: ')' token is here
1039 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:769:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
769 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:769:9: note: '{' token is here
769 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:769:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
769 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:769:9: note: ')' token is here
769 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:772:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
772 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:772:9: note: '{' token is here
772 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:772:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
772 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:772:9: note: ')' token is here
772 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.c:1079:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1079 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.c:1079:5: note: '{' token is here
1079 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.c:1079:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1079 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.c:1079:5: note: ')' token is here
1079 | XSRETURN(1);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:826:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
826 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:27: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:826:5: note: '{' token is here
826 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:38: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:826:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
826 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:826:5: note: '{' token is here
826 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:826:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
826 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:826:5: note: ')' token is here
826 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:826:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
826 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:70: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:826:5: note: ')' token is here
826 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:72: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:847:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
847 | XSRETURN_I64V(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:27: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:847:5: note: '{' token is here
847 | XSRETURN_I64V(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:38: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:847:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
847 | XSRETURN_I64V(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:847:5: note: '{' token is here
847 | XSRETURN_I64V(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:847:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
847 | XSRETURN_I64V(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:847:5: note: ')' token is here
847 | XSRETURN_I64V(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:847:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
847 | XSRETURN_I64V(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:70: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:847:5: note: ')' token is here
847 | XSRETURN_I64V(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:31:29: note: expanded from macro 'XSRETURN_I64V'
31 | # define XSRETURN_I64V(i64) XSRETURN_IV((IV)i64)
| ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:72: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:880:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
880 | XSRETURN_NV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:334:27: note: expanded from macro 'XSRETURN_NV'
334 | #define XSRETURN_NV(v) STMT_START { XST_mNV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:880:5: note: '{' token is here
880 | XSRETURN_NV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:334:38: note: expanded from macro 'XSRETURN_NV'
334 | #define XSRETURN_NV(v) STMT_START { XST_mNV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:880:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
880 | XSRETURN_NV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:334:57: note: expanded from macro 'XSRETURN_NV'
334 | #define XSRETURN_NV(v) STMT_START { XST_mNV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:880:5: note: '{' token is here
880 | XSRETURN_NV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:334:57: note: expanded from macro 'XSRETURN_NV'
334 | #define XSRETURN_NV(v) STMT_START { XST_mNV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:880:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
880 | XSRETURN_NV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:334:57: note: expanded from macro 'XSRETURN_NV'
334 | #define XSRETURN_NV(v) STMT_START { XST_mNV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:880:5: note: ')' token is here
880 | XSRETURN_NV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:334:57: note: expanded from macro 'XSRETURN_NV'
334 | #define XSRETURN_NV(v) STMT_START { XST_mNV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:880:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
880 | XSRETURN_NV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:334:70: note: expanded from macro 'XSRETURN_NV'
334 | #define XSRETURN_NV(v) STMT_START { XST_mNV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:880:5: note: ')' token is here
880 | XSRETURN_NV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:334:72: note: expanded from macro 'XSRETURN_NV'
334 | #define XSRETURN_NV(v) STMT_START { XST_mNV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:899:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
899 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:27: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:899:5: note: '{' token is here
899 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:38: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:899:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
899 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:899:5: note: '{' token is here
899 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:899:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
899 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:899:5: note: ')' token is here
899 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:899:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
899 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:70: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:899:5: note: ')' token is here
899 | XSRETURN_IV(v);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:72: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:914:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
914 | EXTEND(SP, 3);
| ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:459:25: note: expanded from macro 'EXTEND'
459 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:914:5: note: '{' token is here
914 | EXTEND(SP, 3);
| ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:459:36: note: expanded from macro 'EXTEND'
459 | # define EXTEND(p,n) STMT_START { \
| ^
Moment.xs:914:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
914 | EXTEND(SP, 3);
| ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:465:25: note: expanded from macro 'EXTEND'
465 | } STMT_END
| ^
Moment.xs:914:5: note: ')' token is here
914 | EXTEND(SP, 3);
| ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/pp.h:465:27: note: expanded from macro 'EXTEND'
465 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:918:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
918 | XSRETURN(3);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:918:5: note: '{' token is here
918 | XSRETURN(3);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:918:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
918 | XSRETURN(3);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:918:5: note: ')' token is here
918 | XSRETURN(3);
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:945:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
945 | XSRETURN_IV(r);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:27: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:945:5: note: '{' token is here
945 | XSRETURN_IV(r);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:38: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:945:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
945 | XSRETURN_IV(r);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:945:5: note: '{' token is here
945 | XSRETURN_IV(r);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:945:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
945 | XSRETURN_IV(r);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:945:5: note: ')' token is here
945 | XSRETURN_IV(r);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:945:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
945 | XSRETURN_IV(r);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:70: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:945:5: note: ')' token is here
945 | XSRETURN_IV(r);
| ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:72: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:963:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
963 | XSRETURN_BOOL(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:47:26: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:963:5: note: '{' token is here
963 | XSRETURN_BOOL(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:47:37: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^
Moment.xs:963:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
963 | XSRETURN_BOOL(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:47:58: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:963:5: note: '{' token is here
963 | XSRETURN_BOOL(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:47:58: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:963:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
963 | XSRETURN_BOOL(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:47:58: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:963:5: note: ')' token is here
963 | XSRETURN_BOOL(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:47:58: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:963:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
963 | XSRETURN_BOOL(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:47:71: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^
Moment.xs:963:5: note: ')' token is here
963 | XSRETURN_BOOL(v);
| ^~~~~~~~~~~~~~~~
Moment.xs:47:73: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:969:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
969 | XSRETURN_BOOL(moment_is_leap_year(self));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:47:26: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:969:5: note: '{' token is here
969 | XSRETURN_BOOL(moment_is_leap_year(self));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:47:37: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^
Moment.xs:969:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
969 | XSRETURN_BOOL(moment_is_leap_year(self));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:47:58: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:969:5: note: '{' token is here
969 | XSRETURN_BOOL(moment_is_leap_year(self));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:47:58: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:969:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
969 | XSRETURN_BOOL(moment_is_leap_year(self));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:47:58: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:969:5: note: ')' token is here
969 | XSRETURN_BOOL(moment_is_leap_year(self));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:47:58: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:969:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
969 | XSRETURN_BOOL(moment_is_leap_year(self));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:47:71: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^
Moment.xs:969:5: note: ')' token is here
969 | XSRETURN_BOOL(moment_is_leap_year(self));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:47:73: note: expanded from macro 'XSRETURN_BOOL'
47 | #define XSRETURN_BOOL(v) STMT_START { ST(0) = boolSV(v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:984:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
984 | XSRETURN_SV(ret);
| ^~~~~~~~~~~~~~~~
Moment.xs:51:25: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:984:5: note: '{' token is here
984 | XSRETURN_SV(ret);
| ^~~~~~~~~~~~~~~~
Moment.xs:51:36: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^
Moment.xs:984:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
984 | XSRETURN_SV(ret);
| ^~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:984:5: note: '{' token is here
984 | XSRETURN_SV(ret);
| ^~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:984:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
984 | XSRETURN_SV(ret);
| ^~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:984:5: note: ')' token is here
984 | XSRETURN_SV(ret);
| ^~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:984:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
984 | XSRETURN_SV(ret);
| ^~~~~~~~~~~~~~~~
Moment.xs:51:63: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^
Moment.xs:984:5: note: ')' token is here
984 | XSRETURN_SV(ret);
| ^~~~~~~~~~~~~~~~
Moment.xs:51:65: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:1006:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1006 | XSRETURN_SV(moment_to_string(self, reduced));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:25: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:1006:5: note: '{' token is here
1006 | XSRETURN_SV(moment_to_string(self, reduced));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:36: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^
Moment.xs:1006:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1006 | XSRETURN_SV(moment_to_string(self, reduced));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:1006:5: note: '{' token is here
1006 | XSRETURN_SV(moment_to_string(self, reduced));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:1006:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1006 | XSRETURN_SV(moment_to_string(self, reduced));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:1006:5: note: ')' token is here
1006 | XSRETURN_SV(moment_to_string(self, reduced));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:50: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:1006:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1006 | XSRETURN_SV(moment_to_string(self, reduced));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:63: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^
Moment.xs:1006:5: note: ')' token is here
1006 | XSRETURN_SV(moment_to_string(self, reduced));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moment.xs:51:65: note: expanded from macro 'XSRETURN_SV'
51 | #define XSRETURN_SV(sv) STMT_START { ST(0) = sv; XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:1017:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1017 | XSRETURN_IV(moment_internal_western_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:27: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:1017:5: note: '{' token is here
1017 | XSRETURN_IV(moment_internal_western_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:38: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:1017:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1017 | XSRETURN_IV(moment_internal_western_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:1017:5: note: '{' token is here
1017 | XSRETURN_IV(moment_internal_western_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:1017:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1017 | XSRETURN_IV(moment_internal_western_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:1017:5: note: ')' token is here
1017 | XSRETURN_IV(moment_internal_western_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:1017:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1017 | XSRETURN_IV(moment_internal_western_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:70: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:1017:5: note: ')' token is here
1017 | XSRETURN_IV(moment_internal_western_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:72: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:1023:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1023 | XSRETURN_IV(moment_internal_orthodox_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:27: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:1023:5: note: '{' token is here
1023 | XSRETURN_IV(moment_internal_orthodox_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:38: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:1023:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1023 | XSRETURN_IV(moment_internal_orthodox_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^~~~~~~~~~
./ppport.h:4269:31: note: expanded from macro 'STMT_START'
4269 | # define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
| ^
Moment.xs:1023:5: note: '{' token is here
1023 | XSRETURN_IV(moment_internal_orthodox_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
325 | STMT_START { \
| ^
Moment.xs:1023:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1023 | XSRETURN_IV(moment_internal_orthodox_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^
Moment.xs:1023:5: note: ')' token is here
1023 | XSRETURN_IV(moment_internal_orthodox_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:57: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
330 | } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:1023:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1023 | XSRETURN_IV(moment_internal_orthodox_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:70: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^
Moment.xs:1023:5: note: ')' token is here
1023 | XSRETURN_IV(moment_internal_orthodox_easter(year));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE/XSUB.h:332:72: note: expanded from macro 'XSRETURN_IV'
332 | #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v); XSRETURN(1); } STMT_END
| ^~~~~~~~
./ppport.h:4270:25: note: expanded from macro 'STMT_END'
4270 | # define STMT_END )
| ^
Moment.xs:243:1: warning: unused function 'THX_sv_2moment' [-Wunused-function]
243 | THX_sv_2moment(pTHX_ SV *sv, const char *name) {
| ^~~~~~~~~~~~~~
121 warnings generated.
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/dt_accessor.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/dt_accessor.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/dt_arithmetic.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/dt_arithmetic.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/dt_core.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/dt_core.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/dt_easter.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/dt_easter.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/dt_length.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/dt_length.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/dt_parse_iso.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/dt_parse_iso.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/dt_util.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/dt_util.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/dt_valid.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/dt_valid.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/moment.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/moment.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/moment_fmt.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/moment_fmt.c
cc -c "-Isrc" "-I." -fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -Wall -W -Wno-comment -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -o src/moment_parse.o "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level/CORE" src/moment_parse.c
rm -f blib/arch/auto/Time/Moment/Moment.bundle
cc -mmacosx-version-min=14.7 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong ./Moment.o ./src/dt_accessor.o ./src/dt_arithmetic.o ./src/dt_core.o ./src/dt_easter.o ./src/dt_length.o ./src/dt_parse_iso.o ./src/dt_util.o ./src/dt_valid.o ./src/moment.o ./src/moment_fmt.o ./src/moment_parse.o -o blib/arch/auto/Time/Moment/Moment.bundle \
\
chmod 755 blib/arch/auto/Time/Moment/Moment.bundle
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/bin/perl5.41.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Moment.bs blib/arch/auto/Time/Moment/Moment.bs 644
PERL_DL_NONLAZY=1 "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/bin/perl5.41.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
# Time::Moment 0.44, Perl 5.041005, /Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/bin/perl5.41.5 (d_gettimeod=true d_localtime_r=false)
t/000_load.t ............ ok
t/110_now.t ............. ok
t/120_now_utc.t ......... ok
t/140_from_object.t ..... ok
t/100_basic.t ........... ok
t/130_from_epoch.t ...... ok
t/145_from_object_tp.t .. ok
t/180_from_string.t ..... ok
t/200_compare.t ......... ok
t/190_rd.t .............. ok
t/191_jd.t .............. ok
t/192_mjd.t ............. ok
t/150_from_object_dt.t .. ok
t/300_strftime.t ........ ok
t/415_precision.t ....... ok
t/411_with_adjusters.t .. ok
t/410_with_offset.t ..... ok
t/420_at.t .............. ok
t/455_delta_date.t ...... ok
t/430_length.t .......... ok
t/510_json.t ............ skipped: Test requires module 'JSON::XS' but it's not found
t/500_storable.t ........ ok
t/530_sereal.t .......... skipped: Test requires module 'Sereal' but it's not found
t/520_cbor.t ............ skipped: Test requires module 'CBOR::XS' but it's not found
t/450_delta_time.t ...... ok
t/600_coerce_dt.t ....... skipped: Test requires module 'Params::Coerce' but it's not found
t/610_coerce_tp.t ....... skipped: Test requires module 'Params::Coerce' but it's not found
t/900_bug_reuse.t ....... ok
t/400_with.t ............ ok
All tests successful.
Files=29, Tests=16764, 0 wallclock secs ( 0.45 usr 0.06 sys + 1.43 cusr 0.25 csys = 2.19 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
runtime:
Module Need Have
------------------- -------- --------
Carp 0 1.54
perl 5.008001 5.041005
Time::HiRes 0 1.9777
XSLoader 0.02 0.32
build:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 6.59 7.70
ExtUtils::ParseXS 3.18 3.55
Test::Fatal 0.006 0.017
Test::More 0.88 1.302204
Test::Number::Delta 1.06 1.06
Test::Requires 0 0.11
configure:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
HARNESS_OPTIONS = j6:c
LANG = en_CA.UTF-8
LC_ALL = en_CA.UTF-8
LC_CTYPE = en_CA.UTF-8
NO_NETWORK_TESTING = 1
PATH = /Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/bin:/Volumes/chambord/Users/ether/bin:/Volumes/chambord/Users/ether/git/misc/install/advocaat/bin:/Volumes/chambord/Users/ether/git/misc/install/generic/bin:/opt/local/bin:/opt/local/sbin:/Volumes/chambord/Users/ether/git/git-hub/lib:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/opt/local/share/git-core/contrib/workdir
PERL5LIB = /Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std/lib/perl5
PERLBREW_HOME = /Volumes/chambord/Users/ether/.perlbrew
PERLBREW_LIB = std
PERLBREW_MANPATH = /Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std/man:/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/man
PERLBREW_PATH = /Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/bin
PERLBREW_PERL = 41.5
PERLBREW_ROOT = /Volumes/chambord/Users/ether/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.99
PERLBREW_VERSION = 1.00
PERLDOC = -oansi
PERLDOC_PAGER = less -sicMr
PERL_AUTOINSTALL_PREFER_CPAN = 1
PERL_INSTALL_QUIET = 1
PERL_LOCAL_LIB_ROOT = /Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std
PERL_MB_OPT = --install_base /Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std
PERL_MM_OPT = INSTALL_BASE=/Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std
PERL_TEST_HARNESS_ASAP = 1
PERL_USE_UNSAFE_INC = 0
SHELL = /bin/bash
TERM = xterm-color
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 20 20 12 61 79 80 81 98 701 704 703 702 705 33 100 204 250
EUID = 502
EXECUTABLE_NAME = /Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/bin/perl5.41.5
GID = 20 20 12 61 79 80 81 98 701 704 703 702 705 33 100 204 250
UID = 502
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.37
CPAN::Meta 2.150010
Cwd 3.92
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.55
File::Spec 3.93
JSON n/a
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.50
Test::More 1.302204
YAML n/a
YAML::Syck n/a
version 0.9933
--
Summary of my perl5 (revision 5 version 41 subversion 5) configuration:
Platform:
osname=darwin
osvers=23.6.0
archname=darwin-2level
uname='darwin advocaat 23.6.0 darwin kernel version 23.6.0: wed jul 31 20:53:05 pdt 2024; root:xnu-10063.141.1.700.5~1release_arm64_t8112 arm64 '
config_args='-de -Dprefix=/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5 -Dman1dir=none -Dman3dir=none -Dusedevel -Aeval:scriptdir=/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include'
optimize='-O3'
cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=14.7 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include'
ccversion=''
gccversion='Apple LLVM 16.0.0 (clang-1600.0.26.3)'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=8
longdblkind=0
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -mmacosx-version-min=14.7 -fstack-protector-strong -L/opt/local/lib'
libpth=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /opt/local/lib /usr/lib
libs=-lgdbm
perllibs=
libc=
so=dylib
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=bundle
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags=' -mmacosx-version-min=14.7 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under darwin
Compiled at Oct 20 2024 14:12:37
%ENV:
PERL5LIB="/Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std/lib/perl5"
PERLBREW_HOME="/Volumes/chambord/Users/ether/.perlbrew"
PERLBREW_LIB="std"
PERLBREW_MANPATH="/Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std/man:/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/man"
PERLBREW_PATH="/Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/bin"
PERLBREW_PERL="41.5"
PERLBREW_ROOT="/Volumes/chambord/Users/ether/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.99"
PERLBREW_VERSION="1.00"
PERLDOC="-oansi"
PERLDOC_PAGER="less -sicMr"
PERL_AUTOINSTALL_PREFER_CPAN="1"
PERL_INSTALL_QUIET="1"
PERL_LOCAL_LIB_ROOT="/Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std"
PERL_MB_OPT="--install_base /Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std"
PERL_MM_OPT="INSTALL_BASE=/Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std"
PERL_TEST_HARNESS_ASAP="1"
PERL_USE_UNSAFE_INC="0"
@INC:
/Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std/lib/perl5/darwin-2level
/Volumes/chambord/Users/ether/.perlbrew/libs/41.5@std/lib/perl5
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/site_perl/5.41.5/darwin-2level
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/site_perl/5.41.5
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5/darwin-2level
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/41.5/lib/5.41.5