Skip to content

Commit

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

diff --git a/Changes b/Changes
index 9b6e682..8c2e0a9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension HTTPx::Dispatcher

+0.09
+
+    - modernized packaging
+
 0.08

     - DEPRECATED.
  • Loading branch information
tokuhirom committed Oct 16, 2011
1 parent fa35c33 commit ed15c90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ MYMETA.*
HTTPx-Dispatcher-*/
blib/
pm_to_blib
MANIFEST.bak
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl extension HTTPx::Dispatcher

0.09

- modernized packaging

0.08

- DEPRECATED.
Expand Down
10 changes: 0 additions & 10 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,11 @@ inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Repository.pm
inc/Module/Install/TestBase.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
inc/Spiffy.pm
inc/Test/Base.pm
inc/Test/Base/Filter.pm
inc/Test/Builder.pm
inc/Test/Builder/Module.pm
inc/Test/More.pm
inc/Test/Requires.pm
inc/YAML.pm
lib/HTTPx/Dispatcher.pm
lib/HTTPx/Dispatcher/Rule.pm
Makefile.PL
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTPx/Dispatcher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package HTTPx::Dispatcher;
use strict;
use warnings;
use 5.00800;
our $VERSION = '0.08';
our $VERSION = '0.09';
use HTTPx::Dispatcher::Rule;
use Scalar::Util qw/blessed/;
use Carp;
Expand Down

0 comments on commit ed15c90

Please sign in to comment.