changed makefile and bumped version in prep for release 0.18
john napiorkowski [Mon, 17 Aug 2009 14:22:56 +0000 (10:22 -0400)]
Changes
Makefile.PL
lib/MooseX/Types/Structured.pm

diff --git a/Changes b/Changes
index 57df270..4ec48a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for MooseX-Types-Structured
 
+0.18   17 August 2009
+        - Changed the Makefile.PL to reduce dependencies not needed by users
+          that are not authors.  Bumped the revision and released to clear an
+          error with cpan permissions.
+
 0.17   12 August 2009
         - No new functionality.
         - Changed the way we specify dependencies in the Makefile.PL to reduce
index e0196e9..ea4fd7f 100644 (file)
@@ -18,8 +18,8 @@ build_requires 'Test::More' => '0.70';
 build_requires 'Test::Exception' => '0.27';
 
 ## Author tests dependencies
-recommends 'Test::Pod' => '1.14';
-recommends 'Test::Pod::Coverage' => '1.08';
+author_requires 'Test::Pod' => '1.14';
+author_requires 'Test::Pod::Coverage' => '1.08';
 
 ## Build README
 system 'pod2text lib/MooseX/Types/Structured.pm > README'
index ae852b0..6c007f7 100644 (file)
@@ -10,7 +10,7 @@ use Sub::Exporter -setup => { exports => [ qw(Dict Tuple Optional slurpy) ] };
 use Devel::PartialDump;
 use Scalar::Util qw(blessed);
 
-our $VERSION = '0.17';
+our $VERSION = '0.18';
 our $AUTHORITY = 'cpan:JJNAPIORK';
 
 =head1 NAME