Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
"Living hell" would accurately describe my development for the past two days. Multi-screen stack traces generally starting with this:
DBIx::Class::Schema::throw_exception(): DBIx::Class::Row::throw_exception(): DBIx::Class::Row::throw_exception(): DBIx::Class::Row::throw_exception(): DBIx::Class::Row::throw_exception(): DBIx::Class::Row::throw_exception(): DBIx::Class::Row::throw_exception(): DBIx::Class::Row::throw_exception(): Unknown error
Compilation failed in require at/home/ovid/pips_dev/work/Pips3/branches/rights_modeling2/deps/lib/perl5/Class/C 3 /Componentised.pm line 126.
at/home/ovid/pips_dev/work/Pips3/branches/rights_modeling2/t/lib/PIPs/Test/More.p m line 136
PIPs::Test::More::__ANON__('Unknown error\x{a}Compilation failed in require at/home/ovid/pip...') called at /home/ovid/pips_dev/work/Pips3/branches/rights_modeling2/deps/lib/perl5/Class/C 3 /Componentised.pm line 126
... and so on
Eleven in the morning and I already need a drink.
sounds like you want the patch for 5.10 (Score:2)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re: (Score:1)