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 FTN-JAM

0.14    00:35  1 November 2011
    - Use 'our' instead of 'my' when setting the Readonly variables in JAM.pm.

0.13    19:23 31 October 2011
    - Use 'croak' instead of 'die' when checking the number of arguments in the
    functions in JAM.pm module.

0.12    18:24 31 October 2011
    - The "$FTN::JAM::WriteMBHeader" in line 1018 of JAM.pm is a function call,
     not a variable.  Remove the "$" from that, as it is a typo.

0.11    16:22 31 October 2011
    - Because of possible issues with mixed high and low-precedence booleans in
    lines 146 & 225, use '||' instead of 'or'.

0.10    23:32 29 October 2011
    - Correct issue with using bareword file handles in the OpenMB and CreateMB
    functions.  For the OpenMB function, it also resolves bug # 66608.

0.09    21:50 29 October 2011
    - Change the open() calls in JAM.pm from their two argument form to their
    three argument form in the OpenMB & CreateMB functions.

0.08    21:03 29 October 2011
    - Add ReadOnly to Makefile.PL as a required module.
    - Correct issue with how constants are defined, using the ReadOnly function
    instead of the 'constant' pragma in JAM.pm.

0.07    16:56 29 October 2011
    - Corrected issue with the following subroutines not ending with a return:
    CloseMB, UnlockMB, and FindUser.

0.06    20 October 2011
    - Move the file doc/ToDo to the lib/FTN/JAM source directory, rename
    and reformat the file as ToDo.pod.
    - Reorganized the documentation in JAM.pm: adding a SEE ALSO section,
    cleaning up white space,and expanding the ACKNOWLEDGEMENTS section.

0.05    19 October 2011
    - Update copyright years to include 2011.
    - A bug in line 634 of JAM.pm was causing "Not a HASH reference" error
    message.  A abolychev@gmail.com also found the same issue and reported it.
    Corrected by changing the line to "@$subfieldsref = ();",  which resolves
    bug # 66607.

0.04    22 August 2010
    - Add doc/ToDo to distribution.
    - Add a LICENSE entry ('perl') to Makefile.PL file.
    - Added the Time::Local and Time::Zone modules to the PREREQ_PM list
    in Makefile.PL.
    - Added the Test::Pod and Test::Pod::Coverage modules to the PREREQ_PM
    list in Makefile.PL.

0.03    14 August 2010
    - Updated documentation in README and the POD in lib/FTN/JAM.pm:
    Corrected the subroutines error message package references. Corrected
    the sub-package naming and references. Edits for spelling, wording, and
    formating. Added a module usage summary to the SYNOPIS section.  Moved
    the syntax comments to their POD section.  Correct the subroutine error
    message package references. 

0.02    5 July 2010
    - Adapted v0.02 of FTN::JAM from v0.02 of the public domain Perl::JAM,
    which is available at http://bitbucket.org/johanbilling/jampm/.

0.01    5 March 2010
    - Used module-starter to create initial files and directory structure.