Skip to content

Commit

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

diff --git a/Changes b/Changes
index f37ad7a..69e8a74 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.45_01 Thu Sep 22 10:10:41 EST 2011
+
+* Support full URIs as required by RFC2616 - penfold [rt.cpan.org #69445]
+
 0.44 Mon Apr  4 16:59:59 EST 2011

 * Fix tests to run in a FreeBSD Jail - Tom Hukins [rt.cpan.org #49807]
  • Loading branch information
Jason May committed Sep 26, 2011
1 parent 140c868 commit 20c1d34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .shipit
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# auto-generated shipit config file.
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN, Twitter
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN

git.tagpattern = %v
twitter.config = ~/.twitterrc

# svn.tagpattern = MyProj-%v
# svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v
Expand Down
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.45_01 Thu Sep 22 10:10:41 EST 2011

* Support full URIs as required by RFC2616 - penfold [rt.cpan.org #69445]

0.44 Mon Apr 4 16:59:59 EST 2011

* Fix tests to run in a FreeBSD Jail - Tom Hukins [rt.cpan.org #49807]
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Server/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Socket;
use Carp;

use vars qw($VERSION $bad_request_doc);
$VERSION = '0.44';
$VERSION = '0.45_01';

=head1 NAME
Expand Down

0 comments on commit 20c1d34

Please sign in to comment.