Skip to content

Commit

Permalink
Repackage to fix Module::Install 1.04 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Oct 22, 2012
1 parent c8ab998 commit 81dce88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Catalyst::Plugin::I18N::Request.

0.08 2012-10-22
- Repackage to fix Module::Install 1.04 issue

0.07 2012-02-20
[TEMPORARY FIX]
- Put context object back in Request object for Catalyst >= 5.90009
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use inc::Module::Install 1.00;
use inc::Module::Install 1.05;

if( -e 'MANIFEST.SKIP' ) {
system( 'pod2text lib/Catalyst/Plugin/I18N/Request.pm > README' );
Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst/Plugin/I18N/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use URI::QueryParam;
use utf8;
use Scalar::Util ();

our $VERSION = '0.07';
our $VERSION = '0.08';

=head1 NAME
Expand Down

0 comments on commit 81dce88

Please sign in to comment.