[dreamwidth/dw-free] 48cf18: add compile checking of command line scripts
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 48cf18ae634382f5308b9b0df5f97cd15c14512a
https://github.com/dreamwidth/dw-free/commit/48cf18ae634382f5308b9b0df5f97cd15c14512a
Author: Kareila <kareila@dreamwidth.org>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M t/00-compile.t
Log Message:
-----------
add compile checking of command line scripts
In the past, we've only done compile checking of modules
in cgi-bin. This adds similar checking for scripts in
the bin directory.
Since we don't actually want to execute the scripts,
we change the test condition to execute 'perl -c'
instead of 'perl' (which was OK for modules).
This only affects files ending in .pl -
files ending in .pm are tested differently.
Commit: fd790febc841f92c3240beb72939463822fc036c
https://github.com/dreamwidth/dw-free/commit/fd790febc841f92c3240beb72939463822fc036c
Author: Kareila <kareila@dreamwidth.org>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M bin/dev/newtheme.pl
M bin/ljubackup.pl
M t/00-compile.t
Log Message:
-----------
fix newly discovered CLI script warnings
Commit: f1885131f9d80191ee42102515ff40f69d24ee06
https://github.com/dreamwidth/dw-free/commit/f1885131f9d80191ee42102515ff40f69d24ee06
Author: Mark Smith <mark@qq.is>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M bin/dev/newtheme.pl
M bin/ljubackup.pl
M t/00-compile.t
Log Message:
-----------
Merge pull request #1959 from kareila/compile-tests
add compile checking of command line scripts
Compare: https://github.com/dreamwidth/dw-free/compare/46d5ed977e79...f1885131f9d8
Home: https://github.com/dreamwidth/dw-free
Commit: 48cf18ae634382f5308b9b0df5f97cd15c14512a
https://github.com/dreamwidth/dw-free/commit/48cf18ae634382f5308b9b0df5f97cd15c14512a
Author: Kareila <kareila@dreamwidth.org>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M t/00-compile.t
Log Message:
-----------
add compile checking of command line scripts
In the past, we've only done compile checking of modules
in cgi-bin. This adds similar checking for scripts in
the bin directory.
Since we don't actually want to execute the scripts,
we change the test condition to execute 'perl -c'
instead of 'perl' (which was OK for modules).
This only affects files ending in .pl -
files ending in .pm are tested differently.
Commit: fd790febc841f92c3240beb72939463822fc036c
https://github.com/dreamwidth/dw-free/commit/fd790febc841f92c3240beb72939463822fc036c
Author: Kareila <kareila@dreamwidth.org>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M bin/dev/newtheme.pl
M bin/ljubackup.pl
M t/00-compile.t
Log Message:
-----------
fix newly discovered CLI script warnings
Commit: f1885131f9d80191ee42102515ff40f69d24ee06
https://github.com/dreamwidth/dw-free/commit/f1885131f9d80191ee42102515ff40f69d24ee06
Author: Mark Smith <mark@qq.is>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M bin/dev/newtheme.pl
M bin/ljubackup.pl
M t/00-compile.t
Log Message:
-----------
Merge pull request #1959 from kareila/compile-tests
add compile checking of command line scripts
Compare: https://github.com/dreamwidth/dw-free/compare/46d5ed977e79...f1885131f9d8