From: john napiorkowski Date: Mon, 17 Aug 2009 14:22:56 +0000 (-0400) Subject: changed makefile and bumped version in prep for release X-Git-Tag: 0.18^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Structured.git;a=commitdiff_plain;h=d7168e242c415c178eff87a8aca4aca275034f24 changed makefile and bumped version in prep for release --- diff --git a/Changes b/Changes index 57df270..4ec48a7 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index e0196e9..ea4fd7f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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' diff --git a/lib/MooseX/Types/Structured.pm b/lib/MooseX/Types/Structured.pm index ae852b0..6c007f7 100644 --- a/lib/MooseX/Types/Structured.pm +++ b/lib/MooseX/Types/Structured.pm @@ -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