summaryrefslogtreecommitdiff
path: root/cpan/Module-Metadata/lib/Module
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2019-04-18 11:29:31 -0700
committerKaren Etheridge <ether@cpan.org>2019-04-18 11:30:35 -0700
commit43049430d17d12953e6f6972b181eac4a7b3de9d (patch)
tree42911ee3b015547aa89901d50a40112ac8c3fb9d /cpan/Module-Metadata/lib/Module
parentb8393ac7866a15370e1ce04d36a01057bcb43ea0 (diff)
downloadperl-43049430d17d12953e6f6972b181eac4a7b3de9d.tar.gz
upgrade Module-Metadata to 1.000036
1.000036 2019-04-18 18:25:15Z - properly clean up temp dirs after testing
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 593b1c9930..ecc535f03b 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:tw=78
-package Module::Metadata; # git description: v1.000034-7-gcc9c7d0
+package Module::Metadata; # git description: v1.000035-3-gaa51be1
# 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.000035';
+our $VERSION = '1.000036';
use Carp qw/croak/;
use File::Spec;
@@ -841,7 +841,7 @@ Module::Metadata - Gather package and POD information from perl module files
=head1 VERSION
-version 1.000035
+version 1.000036
=head1 SYNOPSIS