about summary refs log tree commit
path: root/Changes
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-06-17 14:07:35 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-06-17 14:07:35 +0100
commitffb1a81f4048faa93a7896fe8d1c7bf4b793fc2a (patch)
treece48d44a4a4dc308ce3f3b3efdcebc3ee552587b /Changes
parente5037c26a5be7d04f43b100db5b6f215786f28ab (diff)
downloadperl-libnet-ffb1a81f4048faa93a7896fe8d1c7bf4b793fc2a.tar.gz
Make Makefile.PL non-interactive when running via cpan, cpanp or cpanm
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index 0cf63bf..64d7f7c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 libnet 1.28  -- TODO
 
+  * Stop Makefile.PL from requiring interactive configuration when running via
+    cpan, cpanp or cpanm: just accept all defaults in these cases, as when
+    running non-interactively.  [Resolves CPAN RT#48966]
   * Add optional POD coverage testing.
   * Add optional POD testing.
   * Add optional Perl::Critic testing.