Aran Clary

Results 8 issues of Aran Clary

Just noticed that this distro isn't listed on the home page of libffi! http://sourceware.org/libffi/ Will take working with the libffi folks to add it, but I figured that would be...

I tend to work in environments with a large legacy code base. These environments tend to have funky setups for their DBI connections such as AutoCommit=>0 and RaiseError=>0 (and a...

Check this out: ``` : perl -e 'use Text::Xslate; print Text::Xslate->new( verbose=>2 )->render_string(q[ HELLO WORLD])' Text::Xslate: Undefined method invalid called for 'bar' (:1) at -e line 1. ---------------------------------------------------------------------------- HELLO WORLD...

There is no reason the Null driver should be serializing, its just a waste of cycles, and in my case the objects involved go _boom_ when serialized. Copied from RawMemory,...

Given this: ``` package Foo; package Bar { } package Baz { } print 'hello'; ``` I get: ``` PPI::Document PPI::Statement::Package [ 1, 1, 1 ] PPI::Token::Word 'package' [ 1,...

Found that I wanted `done_testing` added. Rather than just hardcode it I made it a parameter.

`pinto pull help` The above installs the `xisofs` distro which includes the `Tk::Bubble` module. It also includes a `help.pm`. Coincidence!? You decide! I thought maybe you might want to detect...

This: ``` pinto pull RJBS/App::CronJob ``` Produces: ``` Stratopan is not responding: 502 Proxy Error Cannot find RJBS/App::Cronjob anywhere ``` I agree with Pinto that `RJBS/App::CronJob` is wrong, but the...