ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Geo-LatLon2Place/LatLon2Place.pm
(Generate patch)

Comparing Geo-LatLon2Place/LatLon2Place.pm (file contents):
Revision 1.6 by root, Thu Mar 17 00:32:54 2022 UTC vs.
Revision 1.7 by root, Wed Mar 23 07:11:30 2022 UTC

72use common::sense; 72use common::sense;
73 73
74use Carp (); 74use Carp ();
75 75
76BEGIN { 76BEGIN {
77 our $VERSION = 0.9; 77 our $VERSION = '1.0';
78 78
79 require XSLoader; 79 require XSLoader;
80 XSLoader::load (__PACKAGE__, $VERSION); 80 XSLoader::load (__PACKAGE__, $VERSION);
81 81
82 eval 'sub TORAD() { ' . ((atan2 1,0) / 90) . ' }'; 82 eval 'sub TORAD() { ' . ((atan2 1,0) / 90) . ' }';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines