Skip to content

Commit

Permalink
lang/perl/HTTPx-Dispatcher: Checking in changes prior to tagging of v…
Browse files Browse the repository at this point in the history
…ersion 0.03. Changelog diff is:

=== Changes
==================================================================
--- Changes	(revision 12983)
+++ Changes	(local)
@@ -1,5 +1,9 @@
 Revision history for Perl extension HTTPx::Dispatcher
 
+0.03
+
+    - BUG FIXED: oops. HTTP::Request->uri returns absolute uri.
+
 0.02
 
     - fixed deps.


git-svn-id: http://svn.coderepos.org/share/lang/perl/HTTPx-Dispatcher/trunk@10494 d0d07461-0603-4401-acd4-de1884942a52
  • Loading branch information
tokuhirom committed Apr 26, 2008
1 parent 13b9a15 commit a73fb72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension HTTPx::Dispatcher

0.03

- BUG FIXED: oops. HTTP::Request->uri returns absolute uri.

0.02

- fixed deps.
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTPx/Dispatcher.pm
Expand Up @@ -2,7 +2,7 @@ package HTTPx::Dispatcher;
use strict;
use warnings;
use 5.00800;
our $VERSION = '0.02';
our $VERSION = '0.03';
use HTTPx::Dispatcher::Rule;
use Scalar::Util qw/blessed/;
use Carp;
Expand Down

0 comments on commit a73fb72

Please sign in to comment.