summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-03 02:33:55 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-03 02:34:41 -0400
commitba20d8391f21dee9539d3f108383c3d049a1d084 (patch)
tree78de61c821d96fa4003da42b8bd7deb239673d41 /bin
parent59618e9ddb2836a1475d6cdb874ffb92120e9a31 (diff)
downloadconf-ba20d8391f21dee9539d3f108383c3d049a1d084.tar.gz
conf-ba20d8391f21dee9539d3f108383c3d049a1d084.zip
my pluginbundle is always using the latest version
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lint-dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/lint-dist b/bin/lint-dist
index a2970ba..e4b0f47 100755
--- a/bin/lint-dist
+++ b/bin/lint-dist
@@ -140,6 +140,7 @@ my @checks = (
[
sub { $_[0]->has_file('dist.ini') },
sub {
+ return if $_[0]->name eq 'Dist-Zilla-PluginBundle-DOY';
require Config::INI::Reader;
my $contents = Config::INI::Reader->read_string(
$_[0]->read_file('dist.ini')