X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=c4c16a9d3ac1b6577fdbfa006621cd1be6b4ebdb;hb=0262c8373cfc9ff6cb3bbf0eab91e7ba19a04047;hp=f96d0bf6d81f12609e7935dd4acdd3735a347b81;hpb=14eb570baf70e5f962acb908fc04a703e7240a10;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/dist.ini b/dist.ini index f96d0bf..c4c16a9 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ name = MooseX-ClassAttribute author = Dave Rolsky copyright_year = 2010 -version = 0.15 +version = 0.20 [@Basic] @@ -20,7 +20,8 @@ repository.type = git [PkgVersion] -[KwaliteeTests] +;Kwalitee does not understand Test::Requires +;[KwaliteeTests] [NoTabsTests] [EOLTests] [Signature] @@ -28,11 +29,13 @@ repository.type = git [CheckChangeLog] [Prereqs] -Moose = 0.98 +Moose = 1.15 namespace::autoclean = 0 [Prereqs / TestRequires] -Test::More = 0.88 -Scalar::Util = 0 +Test::More = 0.88 +Test::Exception = 0 +Scalar::Util = 0 +Test::Requires = 0.05 [@Git]