Image-Maps-Plot-FromPostcode
view release on metacpan or search on metacpan
FromPostcode.pm view on Meta::CPAN
=item 2
Made this a sub-class of the new C<*::FromLatLong> to
remove what has, for me personally, become redundent functionality.
Interface remains unchanged, I<I think>.
=item 1.2
Corrected a slight mis-positioning of points.
Replaced GD with Image::Magick as I was seeing terrible JPEG output
with GD.
Replaced support for non-maintained C<Image::GD::Thumbnail> with
C<Image::Thumbnail>.
Added methods to create just images and to return references to image blobs.
=item 1.0
Don't remember.
FromPostcode.pm view on Meta::CPAN
=item 0.22
Added thumbnail images to index page
=back
=head1 SEE ALSO
perl(1);
L<Image::Maps::Plot::FromLatLong>;
L<Image::Magick|http://www.ImageMagick.org> (C<http://www.ImageMagick.org>); L<File::Basename>; L<Acme::Pony>; L<Data::Dumper>; L<WWW::MapBlast>; L<Image::Thumbnail>
=head1 THANKS
Thanks to the London.pm group for their test data and insipration, to Leon for his patience with all that mess on the list, to Philip Newton for his frankly amazing knowledge of international postcodes.
Thanks also to the CIA, L<About.com|http://wwww.about.com>, L<The University of Texas|http://www.lib.utexas.edu/maps>,
and L<The Ordnance Survey|http://www.ordsvy.gov.uk/freegb/index.htm#maps>
for their public-domain maps.
=head1 AUTHOR
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Image::Maps::Plot::FromPostcode',
'VERSION_FROM' => 'FromPostcode.pm',
'PREREQ_PM' => {
Image::Magick => 0.01,
File::Basename => 0.01,
Data::Dumper => 0.01,
},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'FromPostcode.pm',
AUTHOR => 'Lee Goddard <lgoddard@cpan.org>')
: ()
),
);
( run in 1.161 second using v1.01-cache-2.11-cpan-beeb90c9504 )