App-BarnesNoble-WishListMinder version 0.004, released December 20, 2014


This application can fetch wishlists from Barnes & Noble, extract the
books & pricing information, save it to a SQLite database, track
pricing changes, and email alerts when the price drops.



INSTALLATION

To install this application, run the following commands:

       perl Makefile.PL
       make
       make test
       make install
       bn-wishlist --configure

You will probably also want to add this command to your crontab:

       bn-wishlist --email --quiet

I suggest running it once a day at a time of your choice.



DEPENDENCIES

 Package                 Minimum Version
 ----------------------- ---------------
 perl                     5.10.0
 Config::Tiny
 DBD::SQLite
 DBI                      1.38
 Email::Sender::Simple
 Email::Simple
 Email::Simple::Creator
 Encode
 File::HomeDir            0.93
 Getopt::Long             2.24
 Moo
 Path::Tiny
 Text::ParseWords
 Time::Piece
 WWW::Mechanize
 Web::Scraper
 namespace::clean



CHANGES
   Here's what's new in version 0.004 of App-BarnesNoble-WishListMinder:
   (See the file "Changes" for the full revision history.)

       - Add --all-history option



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.