-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
52 lines (34 loc) · 1.46 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Revision history for Perl extension Geo::Coordinates::DecimalDegrees.
0.11 Thu 14 Nov 2024 09:26:56 PM EST
Added aliases so you can now abbreviate "decimal" by "dec"
0.10 Fri 08 Nov 2024 07:52:09 PM EST
Updated copyright to 2024
Changed my email address back to pobox.com
0.09 Tue 04 Oct 2011 10:26:05 PM EDT
Fixed typos in synopsis
Updated copyright to 2011
0.08 Sat 12 Jan 2008 09:47:16 PM EST
Changed tests from Test::More to Test::Number::Delta to avoid
test failures due to floating point roundoff errors
Set license in to "perl"
0.07 Tue 02 Jan 2007 10:31:20 PM EST
Added test for signature
Changed copyright to 2007
0.06 Thu 28 Dec 2006 10:46:22 PM EST
Return sign of $decimal_degrees in decimal2dms() and
decimal2dm() to fix bug 22753
Added tests to decimal2dms() and decimal2dm() for
decimal_degrees between 0 and -1
Signed the module
0.05 Sun 09 Oct 2005 11:27:00 PM EDT
Removed division in decimal2dms by converting the decimal part
to minutes instead of seconds
0.04 Sat 21 Jun 2003 11:44:44 AM EDT
Added decimal2dm and dm2decimal to SYNOPSIS
0.03 Sat 21 Jun 2003 10:30:14 AM EDT
Changed tests to avoid floating point roundoff errors on some platforms
0.02 Wed 18 Jun 2003 03:56:54 PM EDT
Added dm2decimal and decimal2dm
Added Andy Lester's pod.t
0.01 Sun 15 Jun 2003 11:05:40 PM EDT
Initial release