bump the MIME::Types requirement to 2.03
Alexander Hartmaier [Mon, 9 Sep 2013 14:23:53 +0000 (16:23 +0200)]
to ensure its improvements make it into Catalyst environments

Changes
Makefile.PL

diff --git a/Changes b/Changes
index 22e053f..2b4bb88 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,8 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple
         - Migrated repository from subversion to git
         - Fixed MIME::Types 2.xx compatibility be removing call to an
           undocumented method
+        - Bumped the MIME::Types requirement to 2.03 to ensure its
+          improvements make it into Catalyst environments
 
 0.30   2012-05-04 17:05:00
         - Add Cache-Control:public header
index e22a3df..b9cb36f 100644 (file)
@@ -8,7 +8,7 @@ name 'Catalyst-Plugin-Static-Simple';
 all_from 'lib/Catalyst/Plugin/Static/Simple.pm';
 
 requires 'Catalyst::Runtime' => '5.80008';
-requires 'MIME::Types' => '1.25';
+requires 'MIME::Types' => '2.03';
 requires 'Test::More';
 requires 'Moose';
 requires 'MooseX::Types';