pricecharts

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

commit 1e3967f70ce776275799e9f8e77bce407d5c3802
parent ff5a110faa4308b683a13358f85993772738ef0d
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  1 Nov 2014 22:17:54 -0600

price_scraper: POSIX is not needed here anymore

Diffstat:
Mprice_scraper.pl | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/price_scraper.pl b/price_scraper.pl @@ -3,8 +3,6 @@ use strict; use warnings; -use POSIX; - use shared;