Text::Tokenizer version 0.4.3
=============================

Text::Tokenizer is fast lexical analyzer for processing text files. Using this 
  module you can create fast and clean config readers with few lines of code.
  Note: This module obsoletes/replaces my old and very ugly RcReader module
	(I hope nobody used it except of me :)

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module is based on the code generated by flex (http://lex.sourceforge.net),
if it fails compile you should install flex (if you already didn't) and run:

  make -f Makefile.flex

that will re-generate module sources.

SOFTWARE USING IT

passwd_exp - password expiration warning tool (http://freshmeat.net/projects/passwd_exp)

COPYRIGHT AND LICENCE

Copyright 2003-2009 by Samuel Behan <_samkob_(a)_gmail_._com_>

This library is free software; you can redistribute it and/or modify
it under the same terms of GNU/GPL v2.