The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for FTN-SRIF

0.05    Wed Sep 08 2010 22:43
    - Change to using a configuration file for the ftn-srif script, handling
      the following configuration items:  Logfile, MagicFile, & DefaultFile.
    - Pull the parsing of the ftn-srif command line out of the commandline 
      subroutine back to inline code.
    - Add pod documentation to bin/ftn-srif;  including for the configuration
      file, and moving the doc/binkdcfg.txt and doc/ftn-srif.cfg into it.
    - Rewrite the pod documentation in lib/FTN/SRIF.pm.

0.04    Tue Sep 07 2010 11:01
    - Change to using the 'croak' function from the Carp module in the
      FTN::SRIF module, instead of using the 'die' function.

0.03    Mon Sep 06 2010 16:57
    - Changed to explicitly using warnings in ftn-srif.
    - Correct the filename variable being opened in SRIF.pm.
    - Clean up naming of variables and subroutines in ftn-srif.
    - Change to using the FTN::Log logging subroutine directly.
    - Correct usage of FTN::SRIF module in the ftn-srif script.
    - Correct use of hash reference for returned variables in ftn-srif.
    
0.02    Mon Sep 06 2010 14:09
    - Change to using the FTN::Log module in ftn-srif for logging.
    - Derive and move the SRIF parsing code from the ftn-srif script to the
      parse_srif subroutine in lib/FTN/SRIF.pm.
 
0.01    Sat Mar 06 2010
    - Derived FTN::SRIF v0.01 from version v0.2 of the srif.pl script from the
      ftnpl project at ftnpl.sourceforge.net, plus files generated by running
      module-starter for it.  Kept the Changes for srif.pl.  Moved the srif.pl
      file to a bin/ directory and renamed it as ftn-srif. 

	 1 Jan 03
    - Corrected year numbers to 2003 for srif.pl.

	23 Feb 02
    - Added & populated the modules directory for srif.pl. Added doc/srifpl.cfg.

	30 Dec 01
    - Updated ToDo items for srif.pl.

	26 Dec 01
    - In README & srif.pl;  included '2002' in copyright statement.
    
	14 Dec 01
    - Simplified the logging subroutine in srif.pl.

	 3 Dec 01
    - Initial import of srif.pl into cvs at ftnpl.sourceforge.net