pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 8e49f263dd73c6190bc5110678990924de90a801
parent e89aad6b8c368edea3a433db776177bdfe913e34
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Tue, 27 Jan 2015 23:04:54 -0700

update_vendors: use correct module name

Diffstat:
Mupdate_vendors.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_vendors.pl b/update_vendors.pl @@ -4,7 +4,7 @@ use strict; use warnings; use Getopt::Std; -use PriceChart::Shared; +use PriceChart; my %args;