summaryrefslogtreecommitdiff
path: root/cpan/Module-Metadata/lib/Module
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2015-11-23 20:01:01 -0800
committerDavid Mitchell <davem@iabyn.com>2015-11-24 15:28:01 +0000
commit8a7175013fb83acf3d7bc5b1bc56d309478198a7 (patch)
tree00ccc2517318fe72023cbc9e800c8cb372661576 /cpan/Module-Metadata/lib/Module
parent581ae9ba6515c52ef07fba2c6af86ede294a5ffe (diff)
downloadperl-8a7175013fb83acf3d7bc5b1bc56d309478198a7.tar.gz
Update Module-Metadata to version 1.000031
1.000031 2015-11-24 03:57:55Z (TRIAL RELEASE) - be less noisy on failure when building as part of perl core (see perl RT#126685)
Diffstat (limited to 'cpan/Module-Metadata/lib/Module')
-rw-r--r--cpan/Module-Metadata/lib/Module/Metadata.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Module-Metadata/lib/Module/Metadata.pm b/cpan/Module-Metadata/lib/Module/Metadata.pm
index cc05549020..f7017cf90f 100644
--- a/cpan/Module-Metadata/lib/Module/Metadata.pm
+++ b/cpan/Module-Metadata/lib/Module/Metadata.pm
@@ -1,6 +1,6 @@
# -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*-
# vim:ts=8:sw=2:et:sta:sts=2
-package Module::Metadata; # git description: v1.000029-6-gae0d3b6
+package Module::Metadata; # git description: v1.000030-2-g52f466c
# ABSTRACT: Gather package and POD information from perl module files
# Adapted from Perl-licensed code originally distributed with
@@ -14,7 +14,7 @@ sub __clean_eval { eval $_[0] }
use strict;
use warnings;
-our $VERSION = '1.000030'; # TRIAL
+our $VERSION = '1.000031'; # TRIAL
use Carp qw/croak/;
use File::Spec;
@@ -820,7 +820,7 @@ Module::Metadata - Gather package and POD information from perl module files
=head1 VERSION
-version 1.000030
+version 1.000031
=head1 SYNOPSIS