Finance-PaycheckRecords version 0.01, released March 9, 2013


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 0.01 of Finance-PaycheckRecords:
   (See the file "Changes" for the full revision history.)

       - Initial release



COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.