From 4fa25f6fa7341598480b0a0fac3f68447b81c86d Mon Sep 17 00:00:00 2001 From: Chris Andrews Date: Jan 12 2011 20:57:30 +0000 Subject: Remove Module::Install extension "use" statements from Makefile.PL. Breaks things for non-author builds. --- diff --git a/Makefile.PL b/Makefile.PL index 555e878..cef0fab 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,9 +4,6 @@ use strict; use warnings; use inc::Module::Install 0.91; -use Module::Install::AuthorRequires; -use Module::Install::AuthorTests; -use Module::Install::ReadmeFromPod; name 'Net-SAML2'; all_from 'lib/Net/SAML2.pm';