[perl-ExtUtils-Depends] Release 0.405
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-ExtUtils-Depends] Release 0.405
- Date: Mon, 30 Nov 2015 15:54:43 +0000 (UTC)
commit 771705d69a9f3610c333e7ed2ad8673e70b14f27
Author: Brian Manning <bmanning src gnome org>
Date: Mon Nov 30 07:53:49 2015 -0800
Release 0.405
Changes | 4 ++++
lib/ExtUtils/Depends.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index 91b481a..9d07a3a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension ExtUtils::Depends.
+0.405
+ - Remove MYMETA.* from MANIFEST file; closes autogenerated RT ticket
+ #108554
+
0.404
- Depends.pm: sort deps in save_config() and get_makefile_vars(); patch
submitted by Debian's reproducible build team for RT#101602
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index dd52abd..2e4abc0 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -12,7 +12,7 @@ use File::Find;
use File::Spec;
use Data::Dumper;
-our $VERSION = '0.404';
+our $VERSION = '0.405';
sub import {
my $class = shift;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]