Skip to content

Commit

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

diff --git a/Changes b/Changes
index 4a774ff..674d3a7 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Net::Google::DataAPI

+0.2803  Mon Feb 18 6:50:00 2013
+        - Official release
+
 0.2802_2 Fri Feb 15 23:15:00 2013
         - follow changes of Net::OAuth2 0.53
  • Loading branch information
nobuo-danjou committed Feb 17, 2013
1 parent 869e145 commit ecf7d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Net::Google::DataAPI

0.2803 Mon Feb 18 6:50:00 2013
- Official release

0.2802_2 Fri Feb 15 23:15:00 2013
- follow changes of Net::OAuth2 0.53

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Google/DataAPI.pm
Original file line number Diff line number Diff line change
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.2802_2';
our $VERSION = '0.2803';

any_moose('::Exporter')->setup_import_methods(
as_is => ['feedurl', 'entry_has'],
Expand Down

0 comments on commit ecf7d92

Please sign in to comment.