The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Finance-PaycheckRecords version 1.000, released July 5, 2014


This module can parse paystubs from PaycheckRecords.com, so you can
extract the information from them.  It also includes a function to
generate a Quicken Interchange Format (QIF) record from a paystub.



INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install



DEPENDENCIES

  Package             Minimum Version
  ------------------- ---------------
  perl                 5.10.0
  Carp                 
  Exporter             5.57
  HTML::TableExtract   2.10
  List::Util



CHANGES
    Here's what's new in version 1.000 of Finance-PaycheckRecords:
    (See the file "Changes" for the full revision history.)

	- Call eof on HTML::TableExtract after parsing string
	- Minor documentation improvements



COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Christopher J. Madsen.

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