The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Fortran::Format

0.54  Fri Sep 16 2005
        - Fixed bug where 2(I8),I2 would be interpreted as 2(I8),2I2.

0.53  Mon May 24 2004
        - Changed t/write.t so that it ignores floating number tests unless
          $ENV{TEST_FLOAT} is set.

0.52  Mon May 24 2004
        - Fixed silly bug that precluded reusing formats because it forgot
          to clean the output buffer.

0.51  Fri Apr 23 2004
        - Fixed bug where the complete format would be reused in 
        subsequent lines, instead of using only the last list, as
        dictated by the standard.
        - Fixed a related bug where there was an infinite loop when there
        were no edit descriptors to consume all the data.
        - Changed exception handling to croak and return a more meaningful 
        error message when there's a parsing error.
        - Now $format->write accepts array references and flattens them
        automatically.

0.50  Thu Apr 22 2004
	- First CPAN release