Skip to content

Commit

Permalink
Fix META.yml author, add x_authority
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Apr 16, 2012
1 parent d0a0285 commit 57746b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# This file documents the revision history for Perl extension Catalyst.

Distribution META.yml changes:
- author key is now correct, rather than what Module::Install
mis-parses from the documentation.
- x_authority key added.

Bug fixes:
- Fix request body parameters being multiply rebuilt. Fixes both
RT#75607 and CatalystX::DebugFilter
Expand Down
3 changes: 3 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ use inc::Module::Install 0.91;
use Module::Install::AuthorRequires;
use Module::Install::CheckConflicts;
use Module::Install::AuthorTests;
use Module::Install::Authority;

perl_version '5.008003';

name 'Catalyst-Runtime';
author 'Sebastian Riedel <[email protected]>';
authority 'MSTROUT';
all_from 'lib/Catalyst/Runtime.pm';

requires 'List::MoreUtils';
Expand Down

0 comments on commit 57746b8

Please sign in to comment.