Skip to content

Commit

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

diff --git a/Changes b/Changes
index 8b923ca..744c9d0 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ $Id$

 Revision history for XML::Atom

+0.41  2011.09.26
+    * Added a dependency to DateTime::TimeZone (leto)
+
 0.40  2011.09.18
     * Fixed tests for Windows (wchristian)
     * use all upper case UTF-8 (tsgit)
  • Loading branch information
miyagawa committed Sep 27, 2011
1 parent 174f0bf commit 78fd80b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ $Id$

Revision history for XML::Atom

0.41 2011.09.26
* Added a dependency to DateTime::TimeZone (leto)

0.40 2011.09.18
* Fixed tests for Windows (wchristian)
* use all upper case UTF-8 (tsgit)
Expand Down
2 changes: 1 addition & 1 deletion lib/XML/Atom.pm
Expand Up @@ -4,7 +4,7 @@ package XML::Atom;
use strict;

use 5.008_001;
our $VERSION = '0.40';
our $VERSION = '0.41';

BEGIN {
@XML::Atom::EXPORT = qw( LIBXML DATETIME);
Expand Down

0 comments on commit 78fd80b

Please sign in to comment.