Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.21. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 2524239..5c5706b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension OAuth::Lite.

+1.21  Tue Oct 13 12:29:00 2009
+    - updated for OAuth Core 1.0 Rev A
+      and added example/twitter.pl
+
 1.20  Tue Oct 13 11:07:00 2009
     - merged kzys's pull request.
       to work with duplicated-parameters such like "id=1&id=2"
  • Loading branch information
lyokato committed Oct 13, 2009
1 parent f6d768a commit 716b384
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension OAuth::Lite.

1.21 Tue Oct 13 12:29:00 2009
- updated for OAuth Core 1.0 Rev A
and added example/twitter.pl

1.20 Tue Oct 13 11:07:00 2009
- merged kzys's pull request.
to work with duplicated-parameters such like "id=1&id=2"
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -3,6 +3,7 @@ examples/echo_client.pl
examples/generate_rsa_keys.pl
examples/spec.pl
examples/termie.pl
examples/twitter.pl
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
Expand Down
2 changes: 1 addition & 1 deletion lib/OAuth/Lite.pm
Expand Up @@ -3,7 +3,7 @@ package OAuth::Lite;
use strict;
use warnings;

our $VERSION = "1.20";
our $VERSION = "1.21";
our $OAUTH_DEFAULT_VERSION = "1.0";

1;
Expand Down

0 comments on commit 716b384

Please sign in to comment.