Skip to content

Commit

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

diff --git a/Changes b/Changes
index 09f16fb..7b5657f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Net::Google::DataAPI

+0.22    Sun Aug 15 17:50:00 2010
+
+        - fix typo
+
 0.21    Sun Aug 15 13:00:00 2010

         - removed unnecessary depencencies (#60236)
  • Loading branch information
nobuo-danjou committed Aug 15, 2010
1 parent 3a53eb0 commit 6888283
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Net::Google::DataAPI

0.22 Sun Aug 15 17:50:00 2010

- fix typo

0.21 Sun Aug 15 13:00:00 2010

- removed unnecessary depencencies (#60236)
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Google/DataAPI.pm
Expand Up @@ -5,7 +5,7 @@ use Any::Moose '::Exporter';
use Carp;
use Lingua::EN::Inflect::Number qw(to_PL);
use XML::Atom;
our $VERSION = '0.21';
our $VERSION = '0.22';

any_moose('::Exporter')->setup_import_methods(
as_is => ['feedurl', 'entry_has'],
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Google/DataAPI/Types.pm
Expand Up @@ -5,7 +5,7 @@ use Net::Google::DataAPI::Auth::AuthSub;
use Net::Google::AuthSub;
use URI;

our $VERSSION = '0.02';
our $VERSION = '0.02';

role_type 'Net::Google::DataAPI::Types::Auth'
=> {role => 'Net::Google::DataAPI::Role::Auth'};
Expand Down

0 comments on commit 6888283

Please sign in to comment.