Skip to content

Commit

Permalink
Version 5.90012
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed May 16, 2012
1 parent 26fc3c5 commit 3239be8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This file documents the revision history for Perl extension Catalyst.

5.90012 - 2012-05-16 09:59:00

Distribution META.yml changes:
- author key is now correct, rather than what Module::Install
mis-parses from the documentation.
Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst.pm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');

# Remember to update this in Catalyst::Runtime as well!

our $VERSION = '5.90011';
our $VERSION = '5.90012';

sub import {
my ( $class, @arguments ) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst/Runtime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BEGIN { require 5.008003; }

# Remember to update this in Catalyst as well!

our $VERSION = '5.90011';
our $VERSION = '5.90012';

=head1 NAME
Expand Down

0 comments on commit 3239be8

Please sign in to comment.