public
Description: speed up Geo::Distance
Homepage: http://search.cpan.org/dist/Geo-Distance-XS/
Clone URL: git://github.com/gray/geo-distance-xs.git
commit  87d9928f516b5297483c14e382111af0410723e1
tree    7f3234583e0718ed3b26daff08546815221e8300
parent  2fc06048d2c548982b16535569627b0d9708a43c
name age message
file .gitignore Wed Sep 30 16:35:15 -0700 2009 add .gitignore [gray]
file Changes Fri Oct 16 10:05:30 -0700 2009 set minimum required version of Geo::Distance t... [gray]
file MANIFEST Tue Oct 13 06:14:53 -0700 2009 add tests [gray]
file Makefile.PL Fri Oct 16 10:05:30 -0700 2009 set minimum required version of Geo::Distance t... [gray]
file README Sat Apr 04 17:29:59 -0700 2009 fix description [gray]
file XS.xs Thu Sep 24 23:48:45 -0700 2009 minor formatting change [gray]
directory ex/ Tue Apr 07 04:28:33 -0700 2009 benchmark each of the forumla types [gray]
directory lib/ Fri Oct 16 10:05:30 -0700 2009 set minimum required version of Geo::Distance t... [gray]
file ppport.h Wed Jul 15 00:48:16 -0700 2009 update ppport.h [gray]
directory t/ Fri Oct 16 10:05:30 -0700 2009 set minimum required version of Geo::Distance t... [gray]
directory xt/ Tue Oct 13 05:49:27 -0700 2009 move file for portability [gray]
README
Geo::Distance::XS
=================

This module speeds up Geo::Distance.

INSTALLATION

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

This module requires these other modules and libraries:

    Geo::Distance
    Test::More

A C compiler is required to build this module.

COPYRIGHT AND LICENCE

Copyright (C) 2009 by gray <gray@cpan.org>

This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.