]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
remove XML::Atom::SimpleFeed dependency
[public-inbox.git] / Makefile.PL
index f302b7c0791a37cc014cd5d028a3cd5dd42fc2ae..a9b15cabe845ec649dc2d60325d5d549d711570f 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2013-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use ExtUtils::MakeMaker;
@@ -26,7 +26,6 @@ WriteMakefile(
                'IPC::Run' => 0,
                'Mail::Thread' => '2.5', # 2.5+ needed for Email::Simple compat
                'URI::Escape' => 0,
-               'XML::Atom::SimpleFeed' => 0,
                # We have more test dependencies, but do not force
                # users to install them
        },