Config::Column
===============================================================================

Config::Column simply packages input and output of "config" / "BBS log" file
whose records are separated by any delimiter.

===============================================================================

INSTALLATION

	To install this module type the following:

	perl Makefile.PL
	make
	make test
	make install
	
	or with Strawberry Perl for Windows
	
	perl Makefile.PL
	dmake
	dmake test
	dmake install

DEPENDENCIES

	This module requires no other modules and libraries.

AUTHOR

	Narazaka (http://narazaka.net/)

COPYRIGHT AND LICENCE

	Copyright 2011-2012 by Narazaka

	This library is free software; you can redistribute it and/or modify it
	under the same terms as Perl itself.