From 6888283ba97a0d38a009c07dc5bb0b0857b01a3e Mon Sep 17 00:00:00 2001 From: Nobuo Danjou Date: Sun, 15 Aug 2010 17:48:11 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.22. 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) --- Changes | 4 ++++ lib/Net/Google/DataAPI.pm | 2 +- lib/Net/Google/DataAPI/Types.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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) diff --git a/lib/Net/Google/DataAPI.pm b/lib/Net/Google/DataAPI.pm index 81dc2c9..5185fb1 100644 --- a/lib/Net/Google/DataAPI.pm +++ b/lib/Net/Google/DataAPI.pm @@ -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'], diff --git a/lib/Net/Google/DataAPI/Types.pm b/lib/Net/Google/DataAPI/Types.pm index 9c74246..038074d 100644 --- a/lib/Net/Google/DataAPI/Types.pm +++ b/lib/Net/Google/DataAPI/Types.pm @@ -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'};