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-Database (ftnpldb) 

0.04    Thu Aug 19 hh:mm 2010
    	- Add LICENSE information to Makefile.PL.
    	- Add EXE_FILES information to Makefile.PL.    	
	- Rewrite example code snippet in lib/FTN/Database.pm.
	- Rewrite lib/FTN/Database/Nodelist.pm example code snippet.

0.03    Wed Aug 18 14:43 2010
    	- Correct PREREQ_PM list in Makefile.PL file.
    	- Correct FTN::Database SUPPORT module references.
    	- Enable use of 'croak' function from the Carp module in the 
    	- Use the full package names for the FTN::Database subroutines.
    	FTN::Database::Nodelist module.
    	- Derive and move the create_nodelist_table and drop_nodelist_table
	functions from ftndbadm and nl2ftndb to the FTN::Database::Nodelist
	module.
	- Derive and move the create_ftnnode_index and drop_ftnnode_index
	functions from ftndbadm and nl2ftndb to the FTN::Database::Nodelist
	module.

0.02    Tue Aug 17 23:55 2010
	- Move examples to doc/examples source directory.
	- Corrected name of nl2ftndb in example loadzone.sh file.
    	- Enable use of 'croak' function from the Carp module in FTN::Database.
	- Derive and move the open_ftndb and close_ftndb subroutines from the Perl
	scripts to the FTN::Database module.
	
0.01    Sat Aug 14 17:29 2010
	Derive the initial v0.01 version of FTN-Database application from the
	nl2sql v1.2 scripts (nl2sql branch in the ftn-database.git repository,
	and also available as nl2sql12.zip, at the ftnpl project at SourceForge)
	plus additional directory structure and set of files created using
	Module::Starter.