Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.10.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 2ab265f..af756b6 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Geo-Coordinates-Converter

+0.10    2011-02-08T12:34:23+09:00
+        - add method Geo::Coordinates::Converter::Point->converter
+        - add document in Geo::Coordinates::Converter::Point->datum
+
 0.09    2011-01-04T11:52:46+09:00
         - add back compatibility Class::Accessor methods
  • Loading branch information
yappo committed Feb 8, 2011
1 parent a2fa507 commit d46848e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Geo-Coordinates-Converter

0.10 2011-02-08T12:34:23+09:00
- add method Geo::Coordinates::Converter::Point->converter
- add document in Geo::Coordinates::Converter::Point->datum

0.09 2011-01-04T11:52:46+09:00
- add back compatibility Class::Accessor methods

Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/Coordinates/Converter.pm
Expand Up @@ -7,7 +7,7 @@ use Class::Accessor::Lite (

use 5.008001;

our $VERSION = '0.09';
our $VERSION = '0.10';

use Carp;
use String::CamelCase qw( camelize );
Expand Down

0 comments on commit d46848e

Please sign in to comment.