Subject: | META.yml doesn't include "provides" section |
Hello!
META.yml of the module doesn't include a "provides" section which is useful for keeping track of module dependency trees with, say, Carton (http://search.cpan.org/perldoc?Carton).
This is an easy fix, see the attached patch. I would be thankful if you could release a new version of your module with this tiny update!
Regards, LV
Subject: | moosex-types-datetime-morecoercions-provides.diff |
--- META.yml.orig 2012-12-11 14:33:36.000000000 +0200
+++ META.yml 2013-11-08 02:47:57.000000000 +0200
@@ -22,6 +22,10 @@
directory:
- inc
- t
+provides:
+ MooseX::Types::DateTime::MoreCoercions:
+ file: lib/MooseX/Types/DateTime/MoreCoercions.pm
+ version: 0.11
requires:
DateTime: 0.4302
DateTime::Duration: 0.4302