[perl-ExtUtils-Depends] Stable release 0.306



commit 79e235ad101a0802e3aaa2ce19f2dc5f21101d27
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Sep 28 22:06:04 2013 -0700

    Stable release 0.306

 Changes                 |    3 +++
 lib/ExtUtils/Depends.pm |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index 13fe0f1..58e8776 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.306 Mon Sep 28 22:04:38 PDT 2013
+    - Fixed typo in RT queue URL; fixes RT#88960
+
 0.305 Mon Sep  2 14:16:58 PDT 2013
     - Makefile.PL: converted to CPAN::Meta::Spec v2
     - Updated license in RPM spec file; closes RT#88196
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 94bf2d2..05ef316 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -11,7 +11,7 @@ use File::Find;
 use File::Spec;
 use Data::Dumper;
 
-our $VERSION = '0.305';
+our $VERSION = '0.306';
 
 sub import {
        my $class = shift;


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