Skip to content

Commit

Permalink
added $AUTHORITY to Mojolicious
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 6, 2012
1 parent 53a8782 commit bea10d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
This file documents the revision history for Perl extension Mojolicious.

2.58 2012-03-04 00:00:00
2.58 2012-03-06 00:00:00
- Improved documentation.

2.57 2012-03-03 00:00:00
Expand Down
5 changes: 3 additions & 2 deletions lib/Mojolicious.pm
Expand Up @@ -31,8 +31,9 @@ has sessions => sub { Mojolicious::Sessions->new };
has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Leaf Fluttering In Wind';
our $VERSION = '2.58';
our $AUTHORITY = 'cpan:SRI';
our $CODENAME = 'Leaf Fluttering In Wind';
our $VERSION = '2.58';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down

0 comments on commit bea10d0

Please sign in to comment.