Entries from March 2014

R.I.P. James Rebhorn

Author: , March 23rd, 2014

Sept. 1, 1948 – March 21, 2014

How To Configure CPAN to Automatically Install Dependencies Without Confirmation

Author: , March 20th, 2014

perl -MCPAN -e ‘my $c = “CPAN::HandleConfig”; $c->load(doit => 1, autoconfig => 1); $c->edit(prerequisites_policy => “follow”); $c->edit(connect_to_internet_ok => “yes”); $c->edit(build_requires_install_policy => “yes”); $c->commit’

How To Force Getopt::Long To Be Case Sensitive in Perl

Author: , March 19th, 2014

How To Fix iOS 7.1 Error: Cannot install applications because the certificate is not valid

Author: , March 19th, 2014

After I upgraded to iOS 7.1, Enterprise application deployments no longer worked. I would get the following error: “Cannot install applications because the certificate is not valid”, and the download would fail. As it turns out, Apple changed the rules without notification again, and is now requiring https for part of the process. For those […]