Skip to content

Commit

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

diff --git a/Changes b/Changes
index ed0fd9d..948b491 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Task::Plack

+0.22
+        - Moved more modules to 'recommended' and install by default
+
 0.21
         - Added Starlet
  • Loading branch information
miyagawa committed Mar 29, 2010
1 parent c619300 commit 67f4856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Task::Plack

0.22
- Moved more modules to 'recommended' and install by default

0.21
- Added Starlet

Expand Down
2 changes: 1 addition & 1 deletion lib/Task/Plack.pm
Expand Up @@ -2,7 +2,7 @@ package Task::Plack;

use strict;
use 5.008_001;
our $VERSION = '0.21';
our $VERSION = '0.22';
use ExtUtils::MakeMaker;

use base qw(Exporter);
Expand Down

0 comments on commit 67f4856

Please sign in to comment.