Skip to content

Commit

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

+0.04  Wed Aug 26 01:59:30 PDT 2009
+        - test_requires Test::TCP
+
 0.03  Tue Aug 25 19:08:29 PDT 2009
         - Fixed a bug where undef $client doesn't really disconnect
           (Thanks to Daisuke Murase)
  • Loading branch information
miyagawa committed Aug 26, 2009
1 parent 95fffad commit 52d8722
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension AnyEvent::Twitter::Stream

0.04 Wed Aug 26 01:59:30 PDT 2009
- test_requires Test::TCP

0.03 Tue Aug 25 19:08:29 PDT 2009
- Fixed a bug where undef $client doesn't really disconnect
(Thanks to Daisuke Murase)
Expand Down
5 changes: 5 additions & 0 deletions MANIFEST
Expand Up @@ -19,6 +19,11 @@ inc/Test/Base/Filter.pm
inc/Test/Builder.pm
inc/Test/Builder/Module.pm
inc/Test/More.pm
inc/Test/SharedFork.pm
inc/Test/SharedFork/Array.pm
inc/Test/SharedFork/Scalar.pm
inc/Test/SharedFork/Store.pm
inc/Test/TCP.pm
lib/AnyEvent/Twitter/Stream.pm
Makefile.PL
MANIFEST This list of files
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -6,6 +6,7 @@ requires 'AnyEvent';
requires 'AnyEvent::HTTP';
requires 'JSON', '2.0';
requires 'URI';
test_requires 'Test::TCP';

build_requires 'Test::More';
use_test_base;
Expand Down
2 changes: 1 addition & 1 deletion lib/AnyEvent/Twitter/Stream.pm
Expand Up @@ -2,7 +2,7 @@ package AnyEvent::Twitter::Stream;

use strict;
use 5.008_001;
our $VERSION = '0.03';
our $VERSION = '0.04';

use AnyEvent;
use AnyEvent::HTTP;
Expand Down

0 comments on commit 52d8722

Please sign in to comment.