[perl-extutils-depends] Release 0.8001



commit 5ea5430274d456032956438f43aa2d7bb560ffc1
Author: Brian Manning <bmanning src gnome org>
Date:   Sat May 15 21:38:56 2021 -0700

    Release 0.8001

 Changes                 | 6 ++++++
 lib/ExtUtils/Depends.pm | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/Changes b/Changes
index 8d50902..afe9ba6 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.8001
+    - Remove hack (cf https://rt.cpan.org/Ticket/Display.html?id=45224)
+      The hijacking of EUMM's `static_lib` method is now obsolete, as well as
+      causing problems.
+    - Also added a couple of code tidy-ups
+
 0.8000
     - Bump version so https://metacpan.org/pod/ExtUtils::Depends shows the
       correct _ExtUtils::Depends_ module
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index eb1ba77..c7e61f1 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -8,7 +8,7 @@ use File::Find;
 use File::Spec;
 use Data::Dumper;
 
-our $VERSION = '0.8000';
+our $VERSION = '0.8001';
 
 sub import {
        my $class = shift;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]