about summary refs log tree commit
path: root/Changes
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-05-22 18:11:33 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-05-22 18:11:33 +0100
commitc144fd71ae82ebcd3c6dfa519ae787a66f4ca2e4 (patch)
tree5fd247b5b6a5427056b630a9328ae740fa499983 /Changes
parentb76af9289d4542cf2b9e1f3c2de0baf0ba8bae09 (diff)
downloadperl-libnet-c144fd71ae82ebcd3c6dfa519ae787a66f4ca2e4.tar.gz
Bump/set minimum Perl and EU::MM versions and overhaul Makefile.PL
Also add a .gitignore file.
Diffstat (limited to 'Changes')
-rw-r--r--Changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changes b/Changes
index e54695e..b41d5ec 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,13 @@
+libnet 1.26  -- TODO
+
+  * Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that all
+    parameters used are supported, to save jumping through hoops to support
+    earlier versions.  (This should not be a problem since ExtUtils::MakeMaker
+    6.64 is easily installed into Perl 5.8.1 and above, that being the whole
+    point of the new choice of minimum supported Perl version.)
+  * Set minimum required Perl version to 5.8.1.  This is in line with the
+    minimum requirement of the "Perl Toolchain".
+
 libnet 1.25  -- Tue Feb 04 2014
 
   * Fix Net::FTP::pasv_wait() not handling errors from Net::Cmd::reponse()