Version 0.28 0.28
Florian Ragwitz [Sat, 5 Jun 2010 20:13:26 +0000 (22:13 +0200)]
ChangeLog
dist.ini

index 371df91..c70d02b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
 Revision history for Perl extension MooseX-Getopt
 
+0.28 Sat. Jun 05 2010
   * MooseX::Getopt::Strict
     - Make it work with Getopt attribute traits in addition to
       attribute metaclasses.
 
+  * Switch from Module::Install to Dist::Zilla.
+
 0.27 Sun. Feb 10 2010
   * Makefile.PL:
     - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to
index 855cd85..3354463 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name = MooseX-Getopt
-version = 0.27
+version = 0.28
 author = Stevan Little <stevan@iinteractive.com>
 author = Brandon L. Black <blblack@gmail.com>
 author = Yuval Kogman <nothingmuch@woobling.org>