Subject: | asbin method broken due to errorneus concatenation |
The concatenation was changed from $_[0]->header to $_[0]->{header}. The prior returns $_[0]{binhead} on scalar context, while $_[0]{header} is actually an array reference.
The issue was discovered by Johan Vromans, and is resolved and tested for in 0.08