From: Jason Mills Date: Fri, 28 Feb 2014 02:48:47 +0000 (-0800) Subject: dzil builds dists now X-Git-Tag: v0.04~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=74574c2106ef9d6caf07eb5da976017c2b5616c0;p=dbsrgits%2FDBIx-Class-InflateColumn-Object-Enum.git dzil builds dists now --- diff --git a/dist.ini b/dist.ini index 3ef88cc..393bd27 100644 --- a/dist.ini +++ b/dist.ini @@ -6,12 +6,19 @@ copyright_holder = Jason M. Mills [Git::NextVersion] first_version = 0.04 +[License] [PkgVersion] [GatherDir] [MetaYAML] [MakeMaker] [Manifest] +[PruneCruft] +[PruneFiles] +filename = dbic-ic-o-e.iml +filename = dist.ini +match = ^xt/ + [Prereqs] DBIx::Class::Schema = 0 Object::Enum = 0 diff --git a/lib/DBIx/Class/InflateColumn/Object/Enum.pm b/lib/DBIx/Class/InflateColumn/Object/Enum.pm index a39c58d..2d66a78 100644 --- a/lib/DBIx/Class/InflateColumn/Object/Enum.pm +++ b/lib/DBIx/Class/InflateColumn/Object/Enum.pm @@ -16,6 +16,7 @@ Version 0.03 =cut # Dist::Zill should handle this now +# ABSTRACT: Allows a DBIx::Class user to define a Object::Enum column #our $VERSION = '0.04';