I have just uploaded version 0.90 to CPAN, which marks a bigger step than the usual releases, as I have dropped perl-5.005 support. Perl 5.6.1 is now the minimum.
0.90 - 2012-06-15, H.Merijn Brand
- Drop 5.005 support (5.6.1 is now minimum)
- Introduce record_number
- Try harder to get the complete input parsed for the current record
when hitting errors on parsing seekable IO (only works in 5.14.0 and up)
- Tested with perl 5.6.1 .. 5.17.0 (99 versions of perl) on Linux, HP-UX,
AIX, and Windows
- SvSETMAGIC was missing for tied variables causing weird actions at a
distance, e.g. in printf (Thanks TonyC for finding this)
- UTF8 flag was not always reset when using bound variables (TonyC)
0.88 - 2012-03-16, H.Merijn Brand
- Fix for $/ in 0.86 broke parsing fields that contain excessive $/'s
0.87 - 2012-03-08, H.Merijn Brand
- Extra check on utf8 output (RT#74330)
- examples/csvdiff now recognizes numerically sorted CSV files
- Document example comparing getline_hr vs bind_columns + getline
0.86 - 2012-01-22, H.Merijn Brand
- Introduce quote_binary attribute
- Update copyright to 2012
- Versions
- Fixed a utf8::decode on undef (found by perl-5.15.7)
- Fixed localized $/ interference with other handles (RT#74216)
0.85 - 2011-09-07, H.Merijn Brand
- NAME / DISTNAME in Makefile.PL
0.84 - 2011-09-07, H.Merijn Brand
- More cross-checks for META data
0.83 - 2011-08-07, H.Merijn Brand
- Fix spurious auto_diag warning (RT#69673)
- Tested with 50 versions of perl, including 5.15.1
Enjoy, Have FUN! H.Merijn
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|