Skip to content

Commit

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

diff --git a/Changes b/Changes
index f9648f3..efa411e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension AnyEvent::Twitter::Stream

+0.15  Wed Aug 18 00:48:16 PDT 2010
+        - Updated tests to use Twiggy rather than P::S::AE (hidekiy)
+
 0.14  Mon Aug 16 15:08:41 PDT 2010
         - Added OAuth support (franck)
         - Added on_delete event (franck)
  • Loading branch information
miyagawa committed Aug 18, 2010
1 parent cca419f commit ea3e768
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 AnyEvent::Twitter::Stream

0.15 Wed Aug 18 00:48:16 PDT 2010
- Updated tests to use Twiggy rather than P::S::AE (hidekiy)

0.14 Mon Aug 16 15:08:41 PDT 2010
- Added OAuth support (franck)
- Added on_delete event (franck)
Expand Down
2 changes: 1 addition & 1 deletion lib/AnyEvent/Twitter/Stream.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package AnyEvent::Twitter::Stream;

use strict;
use 5.008_001;
our $VERSION = '0.14';
our $VERSION = '0.15';

use AnyEvent;
use AnyEvent::HTTP;
Expand Down

0 comments on commit ea3e768

Please sign in to comment.