Entry tags:
Question thread #96
It's time for another question thread!
The rules:
- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
The rules:
- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.

no subject
no subject
Oh, looks like the global Perl had a different version of Tidy than we use in prod - I just upgraded that, which may make the error go away? But we also had an issue with a file tidied on the wrong version getting merged to master recently, so it could be that too.
no subject
no subject
dh-martindemello@hack:~/dw$ ./bin/checkconfig.pl
[Checking Timezone...]
[Checking for Perl Modules....]
Paws::S3 is not stable / supported / entirely developed at /usr/local/share/perl/5.22.1/Paws/S3.pm line 2.
# curl -L http://cpanmin.us | sudo perl - --self-upgrade
# cpanm -L $LJHOME/extlib/ Log::Log4perl::Appender::Elasticsearch::Bulk Test::MockObject
Problem:
* Out of date module: CGI (need 4.50, 4.26 installed)
* Out of date module: JSON::Validator (need 3.25, 3.11 installed)
* Out of date module: List::Util (need 1.55, 1.47 installed)
* Missing perl module: Log::Log4perl::Appender::Elasticsearch::Bulk
* Out of date module: SOAP::Lite (need 1.27, 1.19 installed)
* Missing perl module: Test::MockObject
* Out of date module: XML::Simple (need 2.25, 2.22 installed)
dh-martindemello@hack:~/dw$ prove t/dev-setup.t
t/dev-setup.t .. Can't call method "quote" on an undefined value at /dreamhack/home/8110-martindemello/dw/cgi-bin/LJ/User/Data.pm line 571.
t/dev-setup.t .. skipped: (no reason given)
Test Summary Report
-------------------
t/dev-setup.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.26 cusr 0.14 csys = 1.43 CPU)
Result: FAIL