NAME
Geo::Hashing::Source::Peeron - Retrieve DJIA opening values from irc.peeron.com
SYNOPSIS
use Geo::Hashing;
my $g = new Geo::Hashing(source => 'peeron');
printf "Today's offset is at %.6f, %.6f.\n", $g->lat, $g->lon;
DESCRIPTION
See documentation of Geo::Hashing.
AUTHOR
Dan Boger, <zigdon@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2008 by Dan Boger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.