This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to tag 0.02
in repository libhttp-entity-parser-perl.

commit b8a56307ec9f86beefb1664be4b31f7d9de24bff
Author: Masahiro Nagano <kazeb...@gmail.com>
Date:   Thu Feb 6 11:34:34 2014 +0900

    Checking in changes prior to tagging of version 0.02.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index a5e404d..a618c72 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,12 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.02 2014-02-06T02:34:25Z
    +
    +    - fix test on Windows #2 (Thank you chorny)
    +      use :unix perlio
    +    - fix a document bug (Thank you moznion)
    +
     0.01 2014-02-05T02:00:47Z
    
         - original version
---
 Changes                   | 6 ++++++
 META.json                 | 2 +-
 lib/HTTP/Entity/Parser.pm | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index a5e404d..a618c72 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.02 2014-02-06T02:34:25Z
+
+    - fix test on Windows #2 (Thank you chorny)
+      use :unix perlio
+    - fix a document bug (Thank you moznion)
+
 0.01 2014-02-05T02:00:47Z
 
     - original version
diff --git a/META.json b/META.json
index 9ba06bd..83bfcd0 100644
--- a/META.json
+++ b/META.json
@@ -74,7 +74,7 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser";
       }
    },
-   "version" : "0.01",
+   "version" : "0.02",
    "x_contributors" : [
       "moznion <mozn...@gmail.com>"
    ]
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 16f0f88..34b5ce0 100644
--- a/lib/HTTP/Entity/Parser.pm
+++ b/lib/HTTP/Entity/Parser.pm
@@ -7,7 +7,7 @@ use Stream::Buffered;
 use HTTP::Entity::Parser::OctetStream;
 use Module::Load;
 
-our $VERSION = "0.01";
+our $VERSION = "0.02";
 
 sub new {
     my $class = shift;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libhttp-entity-parser-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to