Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.08. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 3086369..02673be 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension AnyEvent::Twitter::Stream

+0.08  Thu Sep 17 19:27:29 JST 2009
+        - Added on_error to the handle (thanks to typester)
+
 0.07  Mon Aug 31 04:06:18 PDT 2009
         - Fixed POD code to match with 0.05 API
  • Loading branch information
miyagawa committed Sep 17, 2009
1 parent a66a806 commit 8ff4e01
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 Original file line Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension AnyEvent::Twitter::Stream Revision history for Perl extension AnyEvent::Twitter::Stream


0.08 Thu Sep 17 19:27:29 JST 2009
- Added on_error to the handle (thanks to typester)

0.07 Mon Aug 31 04:06:18 PDT 2009 0.07 Mon Aug 31 04:06:18 PDT 2009
- Fixed POD code to match with 0.05 API - Fixed POD code to match with 0.05 API


Expand Down
2 changes: 1 addition & 1 deletion lib/AnyEvent/Twitter/Stream.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package AnyEvent::Twitter::Stream;


use strict; use strict;
use 5.008_001; use 5.008_001;
our $VERSION = '0.07'; our $VERSION = '0.08';


use AnyEvent; use AnyEvent;
use AnyEvent::HTTP; use AnyEvent::HTTP;
Expand Down

0 comments on commit 8ff4e01

Please sign in to comment.