pricecharts

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

commit a4d7a03301999e3d34e0189ca6147f4492188b31
parent 1a2ea4e0d6a5aea0924fce735a85796b07efa463
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  1 Nov 2014 15:15:48 -0600

shared: use POSIX

Diffstat:
Mshared.pm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/shared.pm b/shared.pm @@ -7,6 +7,7 @@ use Exporter; use Getopt::Std; use HTML::Grabber; use LWP::Simple; +use POSIX; @ISA = ("Exporter"); @EXPORT = qw(get_dom get_ua get_log vprint vprintf %args $cfg $dbh);