Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.02. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index fcdb970..29d4b59 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for Perl extension AnyEvent::Atom::Stream

+0.02  Thu Jul 16 21:21:18 PDT 2009
+        - Simplify AnyEvent::HTTP usage using on_body (Thanks to typester)
+
 0.01  Thu Jul 16 18:51:17 2009
         - original version
  • Loading branch information
miyagawa committed Jul 17, 2009
1 parent 2de341b commit 62f407f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@
Revision history for Perl extension AnyEvent::Atom::Stream Revision history for Perl extension AnyEvent::Atom::Stream


0.02 Thu Jul 16 21:21:18 PDT 2009
- Simplify AnyEvent::HTTP usage using on_body (Thanks to typester)

0.01 Thu Jul 16 18:51:17 2009 0.01 Thu Jul 16 18:51:17 2009
- original version - original version
2 changes: 1 addition & 1 deletion lib/AnyEvent/Atom/Stream.pm
Expand Up @@ -2,7 +2,7 @@ package AnyEvent::Atom::Stream;


use strict; use strict;
use 5.008_001; use 5.008_001;
our $VERSION = '0.01'; our $VERSION = '0.02';


use base qw( XML::Atom::Stream ); use base qw( XML::Atom::Stream );
use AnyEvent::Atom::Stream::UserAgent; use AnyEvent::Atom::Stream::UserAgent;
Expand Down

0 comments on commit 62f407f

Please sign in to comment.