about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-03-09 08:45:39 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-03-09 08:45:39 +0000
commit67f0921e35c0aabbbf09fe48069a12b137e79c7f (patch)
treecb5049948bb606cb37fb236ce19a5183ce33f4e8
parent460de122b97a64ec6947bb52d11bc5a0d96f4a26 (diff)
downloadperl-libnet-67f0921e35c0aabbbf09fe48069a12b137e79c7f.tar.gz
Add missing Changes testing optional feature to Makefile.PL
-rw-r--r--Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e2ce79b..bc35a52 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -125,6 +125,17 @@ MAIN: {
                     }
                 },
 
+                changestest => {
+                    description => 'Changes testing',
+                    prereqs => {
+                        test => {
+                            requires => {
+                                'Test::CPAN::Changes' => '0'
+                            }
+                        }
+                    }
+                },
+
                 critictest => {
                     description => 'Perl::Critic testing',
                     prereqs => {