X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=0e603e501116836efebe29b4cfbc5c1827429dd9;hb=567f5231a106cccb3a1604be8a52178fe3ce7f9a;hp=c4c16a9d3ac1b6577fdbfa006621cd1be6b4ebdb;hpb=d4e93624b4c9c91673a7b7961e365e1c0f921c29;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/dist.ini b/dist.ini index c4c16a9..0e603e5 100644 --- a/dist.ini +++ b/dist.ini @@ -1,8 +1,10 @@ name = MooseX-ClassAttribute author = Dave Rolsky -copyright_year = 2010 +license = Artistic_2_0 +copyright_holder = Dave Rolsky +copyright_year = 2011 -version = 0.20 +version = 0.22 [@Basic] @@ -20,8 +22,7 @@ repository.type = git [PkgVersion] -;Kwalitee does not understand Test::Requires -;[KwaliteeTests] +[PodSyntaxTests] [NoTabsTests] [EOLTests] [Signature] @@ -30,12 +31,20 @@ repository.type = git [Prereqs] Moose = 1.15 -namespace::autoclean = 0 +namespace::autoclean = 0.11 +namespace::clean = 0.20 [Prereqs / TestRequires] +Test::Fatal = 0 +Test::More = 0.88 +Test::Requires = 0.05 +Scalar::Util = 0 Test::More = 0.88 Test::Exception = 0 Scalar::Util = 0 Test::Requires = 0.05 +Test::Deep = 0 +Test::NoWarnings = 0 +MooseX::Strict::Role = 0 [@Git]